#59231F

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

Shades of Caput Mortuum #59231F

Tints of Caput Mortuum #59231F

Color information

#59231F (or 0x59231F) is unknown color: approx Caput Mortuum. HEX triplet: 59, 23 and 1F. RGB value is (89,35,31). Sum of RGB (Red+Green+Blue) = 89+35+31=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59231F is #A6DCE0. Grayscale: #323232. Windows color (decimal): -10935521 or 2040665. OLE color: 2040665.

HSL color Cylindrical-coordinate representation of color #59231F: hue angle of 4.14º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59231F is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB893531-
CMYK00.610.650.65
HSL4.14º48.33%23.53%-
HSV(B)4.14º65.17%34.9%-
XYZ4.973.421.7-
YUV50.69116.89155.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 31 (12.5% from 255) = 20%
R=57.42%
G=22.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89353100.610.650.654.1448.3323.53
Hex59231F03D414143018
Octal131433707510110146030
Binary10110011000111111101111011000001100000110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59231F; }

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

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

<style>
 a { background-color: #59231F; }

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

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

<style>
 span { border-color: #59231F; }

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

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