#59221C

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

Shades of Caput Mortuum #59221C

Tints of Caput Mortuum #59221C

Color information

#59221C (or 0x59221C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 22 and 1C. RGB value is (89,34,28). Sum of RGB (Red+Green+Blue) = 89+34+28=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #59221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59221C is #A6DDE3. Grayscale: #313131. Windows color (decimal): -10935780 or 1843801. OLE color: 1843801.

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

Color convert

RGB893428-
CMYK00.620.690.65
HSL5.9º52.14%22.94%-
HSV(B)5.9º68.54%34.9%-
XYZ4.93.351.49-
YUV49.76115.72155.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.94%
GREEN value IS 34 (13.67% from 255) = 22.52%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=58.94%
G=22.52%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89342800.620.690.655.952.1422.94
Hex59221C03E454163417
Octal131423407610510166427
Binary10110011000101110001111101000101100000111011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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