#59241F

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

Shades of Caput Mortuum #59241F

Tints of Caput Mortuum #59241F

Color information

#59241F (or 0x59241F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 24 and 1F. RGB value is (89,36,31). Sum of RGB (Red+Green+Blue) = 89+36+31=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59241F is #A6DBE0. Grayscale: #333333. Windows color (decimal): -10935265 or 2040921. OLE color: 2040921.

HSL color Cylindrical-coordinate representation of color #59241F: hue angle of 5.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59241F is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB893631-
CMYK00.600.650.65
HSL5.17º48.33%23.53%-
HSV(B)5.17º65.17%34.9%-
XYZ53.481.71-
YUV51.28116.56154.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=57.05%
G=23.08%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89363100.600.650.655.1748.3323.53
Hex59241F03C414153018
Octal131443707410110156030
Binary10110011001001111101111001000001100000110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59241F; }

 p { color: rgb(89,36,31); }

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

<style>
 a { background-color: #59241F; }

 a { background-color: rgb(89,36,31); }

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

<style>
 span { border-color: #59241F; }

 span { border-color: rgb(89,36,31); }

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