#59251B

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

Shades of Caput Mortuum #59251B

Tints of Caput Mortuum #59251B

Color information

#59251B (or 0x59251B) is unknown color: approx Caput Mortuum. HEX triplet: 59, 25 and 1B. RGB value is (89,37,27). Sum of RGB (Red+Green+Blue) = 89+37+27=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59251B is #A6DAE4. Grayscale: #333333. Windows color (decimal): -10935013 or 1779033. OLE color: 1779033.

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

Color convert

RGB893727-
CMYK00.580.700.65
HSL9.68º53.45%22.75%-
HSV(B)9.68º69.66%34.9%-
XYZ4.983.531.46-
YUV51.41114.23154.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.17%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=58.17%
G=24.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89372700.580.700.659.6853.4522.75
Hex59251B03A4641a3517
Octal1314533072106101126527
Binary101100110010111011011101010001101000001101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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