#591F0F

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

Shades of Caput Mortuum #591F0F

Tints of Caput Mortuum #591F0F

Color information

#591F0F (or 0x591F0F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 1F and 0F. RGB value is (89,31,15). Sum of RGB (Red+Green+Blue) = 89+31+15=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #591F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591F0F is #A6E0F0. Grayscale: #2E2E2E. Windows color (decimal): -10936561 or 991065. OLE color: 991065.

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

Color convert

RGB893115-
CMYK00.650.830.65
HSL12.97º71.15%20.39%-
HSV(B)12.97º83.15%34.9%-
XYZ4.73.140.81-
YUV46.52110.22158.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=65.93%
G=22.96%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89311500.650.830.6512.9771.1520.39
Hex591FF0415341d4714
Octal131371701011231011510724
Binary101100111111111101000001101001110000011101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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