Html Css Color HEX #59291F Caput Mortuum

📋 copy color: '#59291F'

red 89 ◦ green 41 ◦ blue 31

#59291F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #59291F

Tints of Caput Mortuum #59291F

RGB

 RED value IS 89 (35.16% from 255) = 55.28%

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 55.28%
G = 25.47%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#59291F (or 0x59291F) is known color: Caput Mortuum. HEX triplet: 59, 29 and 1F. RGB value is (89,41,31). Sum of RGB (Red+Green+Blue) = 89+41+31=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #59291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59291F is #A6D6E0. Grayscale: #363636. Windows color (decimal): -10933985 or 2042201. OLE color: 2042201.

HSL color Cylindrical-coordinate representation of color #59291F: hue angle of 10.34º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59291F is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 31 -
CMYK 0 0.54 0.65 0.65
HSL 10.34º 0.48% 0.24% -
HSV(B) 10.34º 0.65% 0.35% -
XYZ 5.16 3.81 1.76 -
YUV 54.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 89 41 31 0 0.54 0.65 0.65 10.34 0.48 0.24
Hex 59 29 1F 0 36 41 41 A 30 18
Octal 131 51 37 0 66 101 101 12 60 30
Binary 1011001 101001 11111 0 110110 1000001 1000001 1010 110000 11000

Color Harmonies of #59291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59291F

Black with #59291F

Text Example


Text Example

White with #59291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59291F; }

 p { color: rgb(89,41,31); }

 H1.HeaderClassName
 {
   color: #59291F;
 }
 .AnyTagClassName
 {
   color: #59291F;
 }
</style>

background-color css

<style>
 a { background-color: #59291F; }

 a { background-color: rgb(89,41,31); }

 div.DivClassName
 {
   background-color: #59291F;
 }
 .BgClassName
 {
   background-color: #59291F;
 }
</style>

border-color css

<style>
 span { border-color: #59291F; }

 span { border-color: rgb(89,41,31); }

 td.TdClassName
 {
   border-color: #59291F;
 }
 .TagClassName
 {
   border-color: #59291F;
 }
</style>