#581904

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

Shades of Caput Mortuum #581904

Tints of Caput Mortuum #581904

Color information

#581904 (or 0x581904) is unknown color: approx Caput Mortuum. HEX triplet: 58, 19 and 04. RGB value is (88,25,4). Sum of RGB (Red+Green+Blue) = 88+25+4=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581904 is #A7E6FB. Grayscale: #292929. Windows color (decimal): -11003644 or 268632. OLE color: 268632.

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

Color convert

RGB88254-
CMYK00.720.950.65
HSL15º91.3%18.04%-
HSV(B)15º95.45%34.51%-
XYZ4.392.780.42-
YUV41.44106.87161.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.21%
GREEN value IS 25 (10.16% from 255) = 21.37%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=75.21%
G=21.37%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8825400.720.950.651591.318.04
Hex581940485F41f5b12
Octal13031401101371011713322
Binary10110001100110001001000101111110000011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581904; }

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

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

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

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

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

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

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

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