#59291D

Color #59291D Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #59291D

Tints of Caput Mortuum #59291D

Color information

#59291D (or 0x59291D) is unknown color: approx Caput Mortuum. HEX triplet: 59, 29 and 1D. RGB value is (89,41,29). Sum of RGB (Red+Green+Blue) = 89+41+29=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #59291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59291D is #A6D6E2. Grayscale: #363636. Windows color (decimal): -10933987 or 1911129. OLE color: 1911129.

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

Color convert

RGB894129-
CMYK00.540.670.65
HSL12º50.85%23.14%-
HSV(B)12º67.42%34.9%-
XYZ5.133.81.62-
YUV53.98113.9152.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=55.97%
G=25.79%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89412900.540.670.651250.8523.14
Hex59291D0364341c3317
Octal1315135066103101146327
Binary101100110100111101011011010000111000001110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59291D;
 }
 .AnyTagClassName
 {
   color: #59291D;
 }
</style>
background-color css

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

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

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

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

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

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