#591E0D

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

Shades of Caput Mortuum #591E0D

Tints of Caput Mortuum #591E0D

Color information

#591E0D (or 0x591E0D) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1E and 0D. RGB value is (89,30,13). Sum of RGB (Red+Green+Blue) = 89+30+13=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #591E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E0D is #A6E1F2. Grayscale: #2D2D2D. Windows color (decimal): -10936819 or 859737. OLE color: 859737.

HSL color Cylindrical-coordinate representation of color #591E0D: hue angle of 13.42º 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 #591E0D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB893013-
CMYK00.660.850.65
HSL13.42º74.51%20%-
HSV(B)13.42º85.39%34.9%-
XYZ4.663.080.73-
YUV45.7109.55158.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.42%
GREEN value IS 30 (12.11% from 255) = 22.73%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=67.42%
G=22.73%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89301300.660.850.6513.4274.5120
Hex591ED0425541d4b14
Octal131361501021251011511324
Binary101100111110110101000010101010110000011101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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