Color Hex Logo

#71243b Color Hex

#71243B
(113,36,59)
0 Favorites   0 Comments

Color spaces of #71243b

RGB 1133659
HSL0.950.520.29
HSV342°68°44°
CMYK 0.000.680.48   0.56
XYZ8.23035.08824.6860
Yxy5.08820.45710.2826
Hunter Lab22.557025.65383.4730
CIE-Lab26.984635.92704.0233

#71243b color RGB value is (113,36,59).

#71243b hex color red value is 113, green value is 36 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #71243b hue: 0.95 , saturation: 0.52 and the lightness value of 71243b is 0.29.

The process color (four color CMYK) of #71243b color hex is 0.00, 0.68, 0.48, 0.56. Web safe color of #71243b is #663333. Color #71243b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 00111011
Octal 161 44 73
Decimal 113 36 59
Hex 71 24 3B

RGB Percentages of Color #71243b

%54.33
%17.31
%28.37

CMYK Percentages of Color #71243b

%0
%68
%48
%56

Triadic Colors of #71243b

#71243b #3b7124 #243b71

Analogous Colors of #71243b

#71243b #713324 #712462

Monochromatic Colors of #71243b

#71243b

Complementary Color

#71243b #24715a

#71243b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71243b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71243b Color CSS Codes

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

#71243b Text Font Color

<p style="color:#71243b">Text here</p>

This sample text font color is #71243b
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.


#71243b Background Color

<div style="background-color:#71243b">
Div content here</div>

This div background color is #71243b


#71243b Border Color

<div style="border:3px solid #71243b">
Div here</div>

This div border color is #71243b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,36,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71243b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71243b;
  -webkit-box-shadow: 1px 1px 3px 2px #71243b;
  box-shadow:         1px 1px 3px 2px #71243b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71243b


Comments

No comments written yet.

Please login to write comment.