#561D12

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

Shades of Caput Mortuum #561D12

Tints of Caput Mortuum #561D12

Color information

#561D12 (or 0x561D12) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1D and 12. RGB value is (86,29,18). Sum of RGB (Red+Green+Blue) = 86+29+18=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D12 is #A9E2ED. Grayscale: #2C2C2C. Windows color (decimal): -11133678 or 1187158. OLE color: 1187158.

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

Color convert

RGB862918-
CMYK00.660.790.66
HSL9.71º65.38%20.39%-
HSV(B)9.71º79.07%33.73%-
XYZ4.392.90.9-
YUV44.79112.88157.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.66%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=64.66%
G=21.80%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86291800.660.790.669.7165.3820.39
Hex561D120424F42a4114
Octal126352201021171021210124
Binary1010110111011001001000010100111110000101010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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