Color Hex Logo

#712124 Color Hex

#712124
(113,33,36)
0 Favorites   0 Comments

Color spaces of #712124

RGB 1133336
HSL0.990.550.29
HSV358°71°44°
CMYK 0.000.710.68   0.56
XYZ7.67234.72582.1769
Yxy4.72580.52640.3242
Hunter Lab21.738924.95489.2800
CIE-Lab25.938835.318018.0263

#712124 color RGB value is (113,33,36).

#712124 hex color red value is 113, green value is 33 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #712124 hue: 0.99 , saturation: 0.55 and the lightness value of 712124 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 00100100
Octal 161 41 44
Decimal 113 33 36
Hex 71 21 24

RGB Percentages of Color #712124

%62.09
%18.13
%19.78

CMYK Percentages of Color #712124

%0
%71
%68
%56

Triadic Colors of #712124

#712124 #247121 #212471

Analogous Colors of #712124

#712124 #714621 #71214c

Monochromatic Colors of #712124

#712124

Complementary Color

#712124 #21716e

#712124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712124 Color CSS Codes

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

#712124 Text Font Color

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

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


#712124 Background Color

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

This div background color is #712124


#712124 Border Color

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

This div border color is #712124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712124


Comments

No comments written yet.

Please login to write comment.