#581902

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

Shades of Caput Mortuum #581902

Tints of Caput Mortuum #581902

Color information

#581902 (or 0x581902) is unknown color: approx Caput Mortuum. HEX triplet: 58, 19 and 02. RGB value is (88,25,2). Sum of RGB (Red+Green+Blue) = 88+25+2=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581902 is #A7E6FD. Grayscale: #292929. Windows color (decimal): -11003646 or 137560. OLE color: 137560.

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

Color convert

RGB88252-
CMYK00.720.980.65
HSL16.05º95.56%17.65%-
HSV(B)16.05º97.73%34.51%-
XYZ4.382.770.36-
YUV41.22105.87161.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=76.52%
G=21.74%
B=1.74%

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
Decimal8825200.720.980.6516.0595.5617.65
Hex581920486241106012
Octal13031201101421012014022
Binary10110001100110010010001100010100000110000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581902; }

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

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

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

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

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

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

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

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