#581801

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

Shades of Caput Mortuum #581801

Tints of Caput Mortuum #581801

Color information

#581801 (or 0x581801) is unknown color: approx Caput Mortuum. HEX triplet: 58, 18 and 01. RGB value is (88,24,1). Sum of RGB (Red+Green+Blue) = 88+24+1=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581801 is #A7E7FE. Grayscale: #282828. Windows color (decimal): -11003903 or 71768. OLE color: 71768.

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

Color convert

RGB88241-
CMYK00.730.990.65
HSL15.86º97.75%17.45%-
HSV(B)15.86º98.86%34.51%-
XYZ4.362.730.33-
YUV40.51105.7161.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=77.88%
G=21.24%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824100.730.990.6515.8697.7517.45
Hex581810496341106211
Octal13030101111431012014221
Binary1011000110001010010011100011100000110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581801; }

 p { color: rgb(88,24,1); }

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

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

 a { background-color: rgb(88,24,1); }

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

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

 span { border-color: rgb(88,24,1); }

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