#59211A

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

Shades of Caput Mortuum #59211A

Tints of Caput Mortuum #59211A

Color information

#59211A (or 0x59211A) is unknown color: approx Caput Mortuum. HEX triplet: 59, 21 and 1A. RGB value is (89,33,26). Sum of RGB (Red+Green+Blue) = 89+33+26=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59211A is #A6DEE5. Grayscale: #313131. Windows color (decimal): -10936038 or 1712473. OLE color: 1712473.

HSL color Cylindrical-coordinate representation of color #59211A: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59211A is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB893326-
CMYK00.630.710.65
HSL6.67º54.78%22.55%-
HSV(B)6.67º70.79%34.9%-
XYZ4.853.291.36-
YUV48.95115.05156.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 33 (13.28% from 255) = 22.30%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=60.14%
G=22.30%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89332600.630.710.656.6754.7822.55
Hex59211A03F474173717
Octal131413207710710176727
Binary10110011000011101001111111000111100000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59211A; }

 p { color: rgb(89,33,26); }

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

<style>
 a { background-color: #59211A; }

 a { background-color: rgb(89,33,26); }

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

<style>
 span { border-color: #59211A; }

 span { border-color: rgb(89,33,26); }

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