#581D0C

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

Shades of Caput Mortuum #581D0C

Tints of Caput Mortuum #581D0C

Color information

#581D0C (or 0x581D0C) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1D and 0C. RGB value is (88,29,12). Sum of RGB (Red+Green+Blue) = 88+29+12=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #581D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581D0C is #A7E2F3. Grayscale: #2C2C2C. Windows color (decimal): -11002612 or 793944. OLE color: 793944.

HSL color Cylindrical-coordinate representation of color #581D0C: hue angle of 13.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581D0C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB882912-
CMYK00.670.860.65
HSL13.42º76%19.61%-
HSV(B)13.42º86.36%34.51%-
XYZ4.532.980.68-
YUV44.7109.55158.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 29 (11.72% from 255) = 22.48%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=68.22%
G=22.48%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88291200.670.860.6513.427619.61
Hex581DC0435641d4c14
Octal130351401031261011511424
Binary101100011101110001000011101011010000011101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,12); }

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

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

 a { background-color: rgb(88,29,12); }

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

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

 span { border-color: rgb(88,29,12); }

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