#59231C

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

Shades of Caput Mortuum #59231C

Tints of Caput Mortuum #59231C

Color information

#59231C (or 0x59231C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 23 and 1C. RGB value is (89,35,28). Sum of RGB (Red+Green+Blue) = 89+35+28=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59231C is #A6DCE3. Grayscale: #323232. Windows color (decimal): -10935524 or 1844057. OLE color: 1844057.

HSL color Cylindrical-coordinate representation of color #59231C: hue angle of 6.89º 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 #59231C is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB893528-
CMYK00.610.690.65
HSL6.89º52.14%22.94%-
HSV(B)6.89º68.54%34.9%-
XYZ4.933.411.5-
YUV50.35115.39155.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=58.55%
G=23.03%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89352800.610.690.656.8952.1422.94
Hex59231C03D454173417
Octal131433407510510176427
Binary10110011000111110001111011000101100000111111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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