#59231A

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

Shades of Caput Mortuum #59231A

Tints of Caput Mortuum #59231A

Color information

#59231A (or 0x59231A) is unknown color: approx Caput Mortuum. HEX triplet: 59, 23 and 1A. RGB value is (89,35,26). Sum of RGB (Red+Green+Blue) = 89+35+26=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59231A is #A6DCE5. Grayscale: #323232. Windows color (decimal): -10935526 or 1712985. OLE color: 1712985.

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

Color convert

RGB893526-
CMYK00.610.710.65
HSL8.57º54.78%22.55%-
HSV(B)8.57º70.79%34.9%-
XYZ4.913.41.37-
YUV50.12114.39155.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=59.33%
G=23.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89352600.610.710.658.5754.7822.55
Hex59231A03D474193717
Octal1314332075107101116727
Binary101100110001111010011110110001111000001100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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