#561F14

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

Shades of Caput Mortuum #561F14

Tints of Caput Mortuum #561F14

Color information

#561F14 (or 0x561F14) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1F and 14. RGB value is (86,31,20). Sum of RGB (Red+Green+Blue) = 86+31+20=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #561F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F14 is #A9E0EB. Grayscale: #2E2E2E. Windows color (decimal): -11133164 or 1318742. OLE color: 1318742.

HSL color Cylindrical-coordinate representation of color #561F14: hue angle of 10º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561F14 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB863120-
CMYK00.640.770.66
HSL10º62.26%20.78%-
HSV(B)10º76.74%33.73%-
XYZ4.453.011.01-
YUV46.19113.22156.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=62.77%
G=22.63%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86312000.640.770.661062.2620.78
Hex561F140404D42a3e15
Octal12637240100115102127625
Binary101011011111101000100000010011011000010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,31,20); }

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

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

 a { background-color: rgb(86,31,20); }

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

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

 span { border-color: rgb(86,31,20); }

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