Shades of Bordeaux #560215
Tints of Bordeaux #560215
RGB
CMYK
RGB Variations
Color information
#560215 (or 0x560215) is known color: Bordeaux. HEX triplet: 56, 02 and 15. RGB value is (86,2,21). Sum of RGB (Red+Green+Blue) = 86+2+21=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #560215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560215 is #A9FDEA. Grayscale: #1D1D1D. Windows color (decimal): -11140587 or 1376854. OLE color: 1376854.
HSL color Cylindrical-coordinate representation of color #560215: hue angle of 346.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560215 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.66 |
| HSL | 346.43º | 0.95% | 0.17% | - |
| HSV(B) | 346.43º | 0.98% | 0.34% | - |
| XYZ | 3.99 | 2.08 | 0.9 | - |
| YUV | 29.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 21 | 0 | 0.98 | 0.76 | 0.66 | 346.43 | 0.95 | 0.17 |
| Hex | 56 | 2 | 15 | 0 | 62 | 4C | 42 | 15A | 5F | 11 |
| Octal | 126 | 2 | 25 | 0 | 142 | 114 | 102 | 532 | 137 | 21 |
| Binary | 1010110 | 10 | 10101 | 0 | 1100010 | 1001100 | 1000010 | 101011010 | 1011111 | 10001 |
Color Harmonies of #560215
Complementary color
Monochromatic Colors of #560215
Black with #560215
Text Example
Text Example
White with #560215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560215; }
p { color: rgb(86,2,21); }
H1.HeaderClassName
{
color: #560215;
}
.AnyTagClassName
{
color: #560215;
}
</style>
background-color css
<style>
a { background-color: #560215; }
a { background-color: rgb(86,2,21); }
div.DivClassName
{
background-color: #560215;
}
.BgClassName
{
background-color: #560215;
}
</style>
border-color css
<style>
span { border-color: #560215; }
span { border-color: rgb(86,2,21); }
td.TdClassName
{
border-color: #560215;
}
.TagClassName
{
border-color: #560215;
}
</style>