#591E0E

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

Shades of Caput Mortuum #591E0E

Tints of Caput Mortuum #591E0E

Color information

#591E0E (or 0x591E0E) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1E and 0E. RGB value is (89,30,14). Sum of RGB (Red+Green+Blue) = 89+30+14=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E0E is #A6E1F1. Grayscale: #2D2D2D. Windows color (decimal): -10936818 or 925273. OLE color: 925273.

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

Color convert

RGB893014-
CMYK00.660.840.65
HSL12.8º72.82%20.2%-
HSV(B)12.8º84.27%34.9%-
XYZ4.663.080.76-
YUV45.82110.05158.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=66.92%
G=22.56%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89301400.660.840.6512.872.8220.2
Hex591EE0425441d4914
Octal131361601021241011511124
Binary101100111110111001000010101010010000011101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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