Shades of Bordeaux #560109
Tints of Bordeaux #560109
RGB
CMYK
RGB Variations
Color information
#560109 (or 0x560109) is known color: Bordeaux. HEX triplet: 56, 01 and 09. RGB value is (86,1,9). Sum of RGB (Red+Green+Blue) = 86+1+9=96 (12% of max value = 765). Red value is 86 (33.98% from 255 or 89.58% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 86 - color contains mainly: red. Hex color #560109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560109 is #A9FEF6. Grayscale: #1B1B1B. Windows color (decimal): -11140855 or 590166. OLE color: 590166.
HSL color Cylindrical-coordinate representation of color #560109: hue angle of 354.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560109 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.66 |
| HSL | 354.35º | 0.98% | 0.17% | - |
| HSV(B) | 354.35º | 0.99% | 0.34% | - |
| XYZ | 3.9 | 2.02 | 0.44 | - |
| YUV | 27.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 9 | 0 | 0.99 | 0.90 | 0.66 | 354.35 | 0.98 | 0.17 |
| Hex | 56 | 1 | 9 | 0 | 63 | 5A | 42 | 162 | 62 | 11 |
| Octal | 126 | 1 | 11 | 0 | 143 | 132 | 102 | 542 | 142 | 21 |
| Binary | 1010110 | 1 | 1001 | 0 | 1100011 | 1011010 | 1000010 | 101100010 | 1100010 | 10001 |
Color Harmonies of #560109
Complementary color
Monochromatic Colors of #560109
Black with #560109
Text Example
Text Example
White with #560109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560109; }
p { color: rgb(86,1,9); }
H1.HeaderClassName
{
color: #560109;
}
.AnyTagClassName
{
color: #560109;
}
</style>
background-color css
<style>
a { background-color: #560109; }
a { background-color: rgb(86,1,9); }
div.DivClassName
{
background-color: #560109;
}
.BgClassName
{
background-color: #560109;
}
</style>
border-color css
<style>
span { border-color: #560109; }
span { border-color: rgb(86,1,9); }
td.TdClassName
{
border-color: #560109;
}
.TagClassName
{
border-color: #560109;
}
</style>