#59271C

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

Shades of Caput Mortuum #59271C

Tints of Caput Mortuum #59271C

Color information

#59271C (or 0x59271C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 27 and 1C. RGB value is (89,39,28). Sum of RGB (Red+Green+Blue) = 89+39+28=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59271C is #A6D8E3. Grayscale: #343434. Windows color (decimal): -10934500 or 1845081. OLE color: 1845081.

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

Color convert

RGB893928-
CMYK00.560.690.65
HSL10.82º52.14%22.94%-
HSV(B)10.82º68.54%34.9%-
XYZ5.053.661.54-
YUV52.7114.06153.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=57.05%
G=25%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89392800.560.690.6510.8252.1422.94
Hex59271C0384541b3417
Octal1314734070105101136427
Binary101100110011111100011100010001011000001101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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