#59241E

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

Shades of Caput Mortuum #59241E

Tints of Caput Mortuum #59241E

Color information

#59241E (or 0x59241E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 24 and 1E. RGB value is (89,36,30). Sum of RGB (Red+Green+Blue) = 89+36+30=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59241E is #A6DBE1. Grayscale: #333333. Windows color (decimal): -10935266 or 1975385. OLE color: 1975385.

HSL color Cylindrical-coordinate representation of color #59241E: hue angle of 6.1º 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 #59241E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB893630-
CMYK00.600.660.65
HSL6.1º49.58%23.33%-
HSV(B)6.1º66.29%34.9%-
XYZ4.993.481.64-
YUV51.16116.06154.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=57.42%
G=23.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89363000.600.660.656.149.5823.33
Hex59241E03C424163217
Octal131443607410210166227
Binary10110011001001111001111001000010100000111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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