#561D11

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

Shades of Caput Mortuum #561D11

Tints of Caput Mortuum #561D11

Color information

#561D11 (or 0x561D11) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1D and 11. RGB value is (86,29,17). Sum of RGB (Red+Green+Blue) = 86+29+17=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #561D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D11 is #A9E2EE. Grayscale: #2C2C2C. Windows color (decimal): -11133679 or 1121622. OLE color: 1121622.

HSL color Cylindrical-coordinate representation of color #561D11: hue angle of 10.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561D11 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB862917-
CMYK00.660.800.66
HSL10.43º66.99%20.2%-
HSV(B)10.43º80.23%33.73%-
XYZ4.382.90.86-
YUV44.68112.38157.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=65.15%
G=21.97%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86291700.660.800.6610.4366.9920.2
Hex561D110425042a4314
Octal126352101021201021210324
Binary1010110111011000101000010101000010000101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561D11; }

 p { color: rgb(86,29,17); }

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

<style>
 a { background-color: #561D11; }

 a { background-color: rgb(86,29,17); }

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

<style>
 span { border-color: #561D11; }

 span { border-color: rgb(86,29,17); }

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