Color Hex Logo

#71222d Color Hex

#71222D
(113,34,45)
0 Favorites   0 Comments

Color spaces of #71222d

RGB 1133445
HSL0.980.540.29
HSV352°70°44°
CMYK 0.000.700.60   0.56
XYZ7.85574.84423.0036
Yxy4.84420.50030.3085
Hunter Lab22.009525.19407.3155
CIE-Lab26.286235.529012.4766

#71222d color RGB value is (113,34,45).

#71222d hex color red value is 113, green value is 34 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #71222d hue: 0.98 , saturation: 0.54 and the lightness value of 71222d is 0.29.

The process color (four color CMYK) of #71222d color hex is 0.00, 0.70, 0.60, 0.56. Web safe color of #71222d is #663333. Color #71222d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100010 00101101
Octal 161 42 55
Decimal 113 34 45
Hex 71 22 2D

RGB Percentages of Color #71222d

%58.85
%17.71
%23.44

CMYK Percentages of Color #71222d

%0
%70
%60
%56

Triadic Colors of #71222d

#71222d #2d7122 #222d71

Analogous Colors of #71222d

#71222d #713f22 #712255

Monochromatic Colors of #71222d

#71222d

Complementary Color

#71222d #227166

#71222d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71222d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71222d Color CSS Codes

.mybgcolor {background-color:#71222d; } 
.myforecolor {color:#71222d; }
.mybordercolor {border:3px solid #71222d; }

#71222d Text Font Color

<p style="color:#71222d">Text here</p>

This sample text font color is #71222d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#71222d Background Color

<div style="background-color:#71222d">
Div content here</div>

This div background color is #71222d


#71222d Border Color

<div style="border:3px solid #71222d">
Div here</div>

This div border color is #71222d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,34,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71222d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71222d;
  -webkit-box-shadow: 1px 1px 3px 2px #71222d;
  box-shadow:         1px 1px 3px 2px #71222d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,34,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #71222d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #71222d;
  -webkit-box-shadow: 1px 1px 3px 2px #71222d;
  box-shadow:         1px 1px 3px 2px #71222d;">
Div content here</div>

This div box has shadow with color #71222d


Comments

No comments written yet.

Please login to write comment.