#591e0f

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

Shades of Caput Mortuum #591E0F

Tints of Caput Mortuum #591E0F

Color information

#591E0F (or 0x591E0F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1E and 0F. RGB value is (89,30,15). Sum of RGB (Red+Green+Blue) = 89+30+15=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #591E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E0F is #A6E1F0. Grayscale: #2E2E2E. Windows color (decimal): -10936817 or 990809. OLE color: 990809.

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

Color convert

RGB893015-
CMYK00.660.830.65
HSL12.16º71.15%20.39%-
HSV(B)12.16º83.15%34.9%-
XYZ4.673.090.8-
YUV45.93110.55158.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=66.42%
G=22.39%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89301500.660.830.6512.1671.1520.39
Hex591EF0425341c4714
Octal131361701021231011410724
Binary101100111110111101000010101001110000011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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