#581C08

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

Shades of Caput Mortuum #581C08

Tints of Caput Mortuum #581C08

Color information

#581C08 (or 0x581C08) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1C and 08. RGB value is (88,28,8). Sum of RGB (Red+Green+Blue) = 88+28+8=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #581C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581C08 is #A7E3F7. Grayscale: #2B2B2B. Windows color (decimal): -11002872 or 531544. OLE color: 531544.

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

Color convert

RGB88288-
CMYK00.680.910.65
HSL15º83.33%18.82%-
HSV(B)15º90.91%34.51%-
XYZ4.482.920.56-
YUV43.66107.88159.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=70.97%
G=22.58%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8828800.680.910.651583.3318.82
Hex581C80445B41f5313
Octal130341001041331011712323
Binary101100011100100001000100101101110000011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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