#581C06

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

Shades of Caput Mortuum #581C06

Tints of Caput Mortuum #581C06

Color information

#581C06 (or 0x581C06) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1C and 06. RGB value is (88,28,6). Sum of RGB (Red+Green+Blue) = 88+28+6=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #581C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C06 is #A7E3F9. Grayscale: #2B2B2B. Windows color (decimal): -11002874 or 400472. OLE color: 400472.

HSL color Cylindrical-coordinate representation of color #581C06: hue angle of 16.1º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #581C06 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88286-
CMYK00.680.930.65
HSL16.1º87.23%18.43%-
HSV(B)16.1º93.18%34.51%-
XYZ4.472.920.5-
YUV43.43106.88159.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=72.13%
G=22.95%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8828600.680.930.6516.187.2318.43
Hex581C60445D41105712
Octal13034601041351012012722
Binary101100011100110010001001011101100000110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581C06; }

 p { color: rgb(88,28,6); }

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

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

 a { background-color: rgb(88,28,6); }

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

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

 span { border-color: rgb(88,28,6); }

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