Color Hex Logo

#71232f Color Hex

#71232F
(113,35,47)
0 Favorites   0 Comments

Color spaces of #71232f

RGB 1133547
HSL0.970.530.29
HSV351°69°44°
CMYK 0.000.690.58   0.56
XYZ7.92424.91803.2209
Yxy4.91800.49330.3062
Hunter Lab22.176624.97326.9124
CIE-Lab26.499935.239311.4214

#71232f color RGB value is (113,35,47).

#71232f hex color red value is 113, green value is 35 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #71232f hue: 0.97 , saturation: 0.53 and the lightness value of 71232f is 0.29.

The process color (four color CMYK) of #71232f color hex is 0.00, 0.69, 0.58, 0.56. Web safe color of #71232f is #663333. Color #71232f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 00101111
Octal 161 43 57
Decimal 113 35 47
Hex 71 23 2F

RGB Percentages of Color #71232f

%57.95
%17.95
%24.10

CMYK Percentages of Color #71232f

%0
%69
%58
%56

Triadic Colors of #71232f

#71232f #2f7123 #232f71

Analogous Colors of #71232f

#71232f #713e23 #712356

Monochromatic Colors of #71232f

#71232f

Complementary Color

#71232f #237165

#71232f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71232f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71232f Color CSS Codes

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

#71232f Text Font Color

<p style="color:#71232f">Text here</p>

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


#71232f Background Color

<div style="background-color:#71232f">
Div content here</div>

This div background color is #71232f


#71232f Border Color

<div style="border:3px solid #71232f">
Div here</div>

This div border color is #71232f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,35,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71232f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71232f;
  -webkit-box-shadow: 1px 1px 3px 2px #71232f;
  box-shadow:         1px 1px 3px 2px #71232f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71232f


Comments

No comments written yet.

Please login to write comment.