Shades of Maroon #560000
Tints of Maroon #560000
RGB
CMYK
RGB Variations
Color information
#560000 (or 0x560000) is known color: Maroon. HEX triplet: 56, 00 and 00. RGB value is (86,0,0). Sum of RGB (Red+Green+Blue) = 86+0+0=86 (11% of max value = 765). Red value is 86 (33.98% from 255 or 100% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 86 - color contains mainly: red. Hex color #560000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560000 is #A9FFFF. Grayscale: #191919. Windows color (decimal): -11141120 or 86. OLE color: 86.
HSL color Cylindrical-coordinate representation of color #560000: hue angle of 0º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.66 |
| HSL | 0º | 1% | 0.17% | - |
| HSV(B) | 0º | 1% | 0.34% | - |
| XYZ | 3.84 | 1.98 | 0.18 | - |
| YUV | 25.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 0 | 0 | 0 | 1 | 1 | 0.66 | 0 | 1 | 0.17 |
| Hex | 56 | 0 | 0 | 0 | 64 | 64 | 42 | 0 | 64 | 11 |
| Octal | 126 | 0 | 0 | 0 | 144 | 144 | 102 | 0 | 144 | 21 |
| Binary | 1010110 | 0 | 0 | 0 | 1100100 | 1100100 | 1000010 | 0 | 1100100 | 10001 |
Color Harmonies of #560000
Complementary color
Monochromatic Colors of #560000
Black with #560000
Text Example
Text Example
White with #560000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560000; }
p { color: rgb(86,0,0); }
H1.HeaderClassName
{
color: #560000;
}
.AnyTagClassName
{
color: #560000;
}
</style>
background-color css
<style>
a { background-color: #560000; }
a { background-color: rgb(86,0,0); }
div.DivClassName
{
background-color: #560000;
}
.BgClassName
{
background-color: #560000;
}
</style>
border-color css
<style>
span { border-color: #560000; }
span { border-color: rgb(86,0,0); }
td.TdClassName
{
border-color: #560000;
}
.TagClassName
{
border-color: #560000;
}
</style>