#581B0C

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

Shades of Caput Mortuum #581B0C

Tints of Caput Mortuum #581B0C

Color information

#581B0C (or 0x581B0C) is unknown color: approx Caput Mortuum. HEX triplet: 58, 1B and 0C. RGB value is (88,27,12). Sum of RGB (Red+Green+Blue) = 88+27+12=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #581B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B0C is #A7E4F3. Grayscale: #2B2B2B. Windows color (decimal): -11003124 or 793432. OLE color: 793432.

HSL color Cylindrical-coordinate representation of color #581B0C: hue angle of 11.84º 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 #581B0C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB882712-
CMYK00.690.860.65
HSL11.84º76%19.61%-
HSV(B)11.84º86.36%34.51%-
XYZ4.482.890.67-
YUV43.53110.21159.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=69.29%
G=21.26%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88271200.690.860.6511.847619.61
Hex581BC0455641c4c14
Octal130331401051261011411424
Binary101100011011110001000101101011010000011100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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