#561C0C

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

Shades of Caput Mortuum #561C0C

Tints of Caput Mortuum #561C0C

Color information

#561C0C (or 0x561C0C) is unknown color: approx Caput Mortuum. HEX triplet: 56, 1C and 0C. RGB value is (86,28,12). Sum of RGB (Red+Green+Blue) = 86+28+12=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C0C is #A9E3F3. Grayscale: #2B2B2B. Windows color (decimal): -11133940 or 793686. OLE color: 793686.

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

Color convert

RGB862812-
CMYK00.670.860.66
HSL12.97º75.51%19.22%-
HSV(B)12.97º86.05%33.73%-
XYZ4.322.840.67-
YUV43.52110.22158.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=68.25%
G=22.22%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86281200.670.860.6612.9775.5119.22
Hex561CC0435642d4c13
Octal126341401031261021511423
Binary101011011100110001000011101011010000101101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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