#591F10

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

Shades of Caput Mortuum #591F10

Tints of Caput Mortuum #591F10

Color information

#591F10 (or 0x591F10) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1F and 10. RGB value is (89,31,16). Sum of RGB (Red+Green+Blue) = 89+31+16=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #591F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F10 is #A6E0EF. Grayscale: #2E2E2E. Windows color (decimal): -10936560 or 1056601. OLE color: 1056601.

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

Color convert

RGB893116-
CMYK00.650.820.65
HSL12.33º69.52%20.59%-
HSV(B)12.33º82.02%34.9%-
XYZ4.73.140.85-
YUV46.63110.72158.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.44%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=65.44%
G=22.79%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89311600.650.820.6512.3369.5220.59
Hex591F100415241c4615
Octal131372001011221011410625
Binary1011001111111000001000001101001010000011100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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