#591E13

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

Shades of Caput Mortuum #591E13

Tints of Caput Mortuum #591E13

Color information

#591E13 (or 0x591E13) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1E and 13. RGB value is (89,30,19). Sum of RGB (Red+Green+Blue) = 89+30+19=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591E13 is #A6E1EC. Grayscale: #2E2E2E. Windows color (decimal): -10936813 or 1252953. OLE color: 1252953.

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

Color convert

RGB893019-
CMYK00.660.790.65
HSL9.43º64.81%21.18%-
HSV(B)9.43º78.65%34.9%-
XYZ4.73.10.97-
YUV46.39112.55158.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=64.49%
G=21.74%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89301900.660.790.659.4364.8121.18
Hex591E130424F4194115
Octal131362301021171011110125
Binary1011001111101001101000010100111110000011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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