Html Css Color HEX #59291E Caput Mortuum

📋 copy color: '#59291E'

red 89 ◦ green 41 ◦ blue 30

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

Shades of Caput Mortuum #59291E

Tints of Caput Mortuum #59291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 55.63%
G = 25.63%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59291E (or 0x59291E) is known color: Caput Mortuum. HEX triplet: 59, 29 and 1E. RGB value is (89,41,30). Sum of RGB (Red+Green+Blue) = 89+41+30=160 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 89 - color contains mainly: red. Hex color #59291E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59291E is #A6D6E1. Grayscale: #363636. Windows color (decimal): -10933986 or 1976665. OLE color: 1976665.

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

Color convert

RGB 89 41 30 -
CMYK 0 0.54 0.66 0.65
HSL 11.19º 0.5% 0.23% -
HSV(B) 11.19º 0.66% 0.35% -
XYZ 5.15 3.8 1.69 -
YUV 54.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 89 41 30 0 0.54 0.66 0.65 11.19 0.5 0.23
Hex 59 29 1E 0 36 42 41 B 32 17
Octal 131 51 36 0 66 102 101 13 62 27
Binary 1011001 101001 11110 0 110110 1000010 1000001 1011 110010 10111

Color Harmonies of #59291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59291E

Black with #59291E

Text Example


Text Example

White with #59291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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