#591902

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

Shades of Caput Mortuum #591902

Tints of Caput Mortuum #591902

Color information

#591902 (or 0x591902) is unknown color: approx Caput Mortuum. HEX triplet: 59, 19 and 02. RGB value is (89,25,2). Sum of RGB (Red+Green+Blue) = 89+25+2=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #591902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591902 is #A6E6FD. Grayscale: #292929. Windows color (decimal): -10938110 or 137561. OLE color: 137561.

HSL color Cylindrical-coordinate representation of color #591902: hue angle of 15.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #591902 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB89252-
CMYK00.720.980.65
HSL15.86º95.6%17.84%-
HSV(B)15.86º97.75%34.9%-
XYZ4.482.820.37-
YUV41.51105.7161.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.72%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=76.72%
G=21.55%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8925200.720.980.6515.8695.617.84
Hex591920486241106012
Octal13131201101421012014022
Binary10110011100110010010001100010100000110000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591902; }

 p { color: rgb(89,25,2); }

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

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

 a { background-color: rgb(89,25,2); }

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

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

 span { border-color: rgb(89,25,2); }

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