#59251C

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

Shades of Caput Mortuum #59251C

Tints of Caput Mortuum #59251C

Color information

#59251C (or 0x59251C) is unknown color: approx Caput Mortuum. HEX triplet: 59, 25 and 1C. RGB value is (89,37,28). Sum of RGB (Red+Green+Blue) = 89+37+28=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59251C is #A6DAE3. Grayscale: #333333. Windows color (decimal): -10935012 or 1844569. OLE color: 1844569.

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

Color convert

RGB893728-
CMYK00.580.690.65
HSL8.85º52.14%22.94%-
HSV(B)8.85º68.54%34.9%-
XYZ4.993.531.52-
YUV51.52114.73154.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.79%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=57.79%
G=24.03%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89372800.580.690.658.8552.1422.94
Hex59251C03A454193417
Octal1314534072105101116427
Binary101100110010111100011101010001011000001100111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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