#561C11

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

Shades of Caput Mortuum #561C11

Tints of Caput Mortuum #561C11

Color information

#561C11 (or 0x561C11) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1C and 11. RGB value is (86,28,17). Sum of RGB (Red+Green+Blue) = 86+28+17=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #561C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C11 is #A9E3EE. Grayscale: #2C2C2C. Windows color (decimal): -11133935 or 1121366. OLE color: 1121366.

HSL color Cylindrical-coordinate representation of color #561C11: hue angle of 9.57º 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 #561C11 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB862817-
CMYK00.670.800.66
HSL9.57º66.99%20.2%-
HSV(B)9.57º80.23%33.73%-
XYZ4.352.850.85-
YUV44.09112.72157.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=65.65%
G=21.37%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86281700.670.800.669.5766.9920.2
Hex561C110435042a4314
Octal126342101031201021210324
Binary1010110111001000101000011101000010000101010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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