#59241C

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

Shades of Caput Mortuum #59241C

Tints of Caput Mortuum #59241C

Color information

#59241C (or 0x59241C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 24 and 1C. RGB value is (89,36,28). Sum of RGB (Red+Green+Blue) = 89+36+28=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59241C is #A6DBE3. Grayscale: #333333. Windows color (decimal): -10935268 or 1844313. OLE color: 1844313.

HSL color Cylindrical-coordinate representation of color #59241C: hue angle of 7.87º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59241C is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB893628-
CMYK00.600.690.65
HSL7.87º52.14%22.94%-
HSV(B)7.87º68.54%34.9%-
XYZ4.963.471.51-
YUV50.93115.06155.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=58.17%
G=23.53%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89362800.600.690.657.8752.1422.94
Hex59241C03C454183417
Octal1314434074105101106427
Binary101100110010011100011110010001011000001100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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