#591F13

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

Shades of Caput Mortuum #591F13

Tints of Caput Mortuum #591F13

Color information

#591F13 (or 0x591F13) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1F and 13. RGB value is (89,31,19). Sum of RGB (Red+Green+Blue) = 89+31+19=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F13 is #A6E0EC. Grayscale: #2F2F2F. Windows color (decimal): -10936557 or 1253209. OLE color: 1253209.

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

Color convert

RGB893119-
CMYK00.650.790.65
HSL10.29º64.81%21.18%-
HSV(B)10.29º78.65%34.9%-
XYZ4.733.150.98-
YUV46.97112.22157.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 31 (12.5% from 255) = 22.30%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=64.03%
G=22.30%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89311900.650.790.6510.2964.8121.18
Hex591F130414F41a4115
Octal131372301011171011210125
Binary1011001111111001101000001100111110000011010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,31,19); }

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

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

 a { background-color: rgb(89,31,19); }

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

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

 span { border-color: rgb(89,31,19); }

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