#59241B

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

Shades of Caput Mortuum #59241B

Tints of Caput Mortuum #59241B

Color information

#59241B (or 0x59241B) is unknown color: approx Caput Mortuum. HEX triplet: 59, 24 and 1B. RGB value is (89,36,27). Sum of RGB (Red+Green+Blue) = 89+36+27=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59241B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59241B is #A6DBE4. Grayscale: #323232. Windows color (decimal): -10935269 or 1778777. OLE color: 1778777.

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

Color convert

RGB893627-
CMYK00.600.700.65
HSL8.71º53.45%22.75%-
HSV(B)8.71º69.66%34.9%-
XYZ4.953.461.44-
YUV50.82114.56155.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=58.55%
G=23.68%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89362700.600.700.658.7153.4522.75
Hex59241B03C464193517
Octal1314433074106101116527
Binary101100110010011011011110010001101000001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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