#581B0D

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

Shades of Caput Mortuum #581B0D

Tints of Caput Mortuum #581B0D

Color information

#581B0D (or 0x581B0D) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1B and 0D. RGB value is (88,27,13). Sum of RGB (Red+Green+Blue) = 88+27+13=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B0D is #A7E4F2. Grayscale: #2B2B2B. Windows color (decimal): -11003123 or 858968. OLE color: 858968.

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

Color convert

RGB882713-
CMYK00.690.850.65
HSL11.2º74.26%19.8%-
HSV(B)11.2º85.23%34.51%-
XYZ4.492.890.7-
YUV43.64110.71159.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=68.75%
G=21.09%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88271300.690.850.6511.274.2619.8
Hex581BD0455541b4a14
Octal130331501051251011311224
Binary101100011011110101000101101010110000011011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,27,13); }

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

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

 a { background-color: rgb(88,27,13); }

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

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

 span { border-color: rgb(88,27,13); }

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