#591D0E

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

Shades of Caput Mortuum #591D0E

Tints of Caput Mortuum #591D0E

Color information

#591D0E (or 0x591D0E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1D and 0E. RGB value is (89,29,14). Sum of RGB (Red+Green+Blue) = 89+29+14=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D0E is #A6E2F1. Grayscale: #2D2D2D. Windows color (decimal): -10937074 or 925017. OLE color: 925017.

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

Color convert

RGB892914-
CMYK00.670.840.65
HSL12º72.82%20.2%-
HSV(B)12º84.27%34.9%-
XYZ4.643.030.76-
YUV45.23110.38159.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 14 (5.86% from 255) = 10.61%
R=67.42%
G=21.97%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89291400.670.840.651272.8220.2
Hex591DE0435441c4914
Octal131351601031241011411124
Binary101100111101111001000011101010010000011100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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