#591D0D

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

Shades of Caput Mortuum #591D0D

Tints of Caput Mortuum #591D0D

Color information

#591D0D (or 0x591D0D) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1D and 0D. RGB value is (89,29,13). Sum of RGB (Red+Green+Blue) = 89+29+13=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #591D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D0D is #A6E2F2. Grayscale: #2D2D2D. Windows color (decimal): -10937075 or 859481. OLE color: 859481.

HSL color Cylindrical-coordinate representation of color #591D0D: hue angle of 12.63º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591D0D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB892913-
CMYK00.670.850.65
HSL12.63º74.51%20%-
HSV(B)12.63º85.39%34.9%-
XYZ4.633.030.72-
YUV45.12109.88159.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=67.94%
G=22.14%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89291300.670.850.6512.6374.5120
Hex591DD0435541d4b14
Octal131351501031251011511324
Binary101100111101110101000011101010110000011101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591D0D; }

 p { color: rgb(89,29,13); }

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

<style>
 a { background-color: #591D0D; }

 a { background-color: rgb(89,29,13); }

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

<style>
 span { border-color: #591D0D; }

 span { border-color: rgb(89,29,13); }

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