Shades of Bordeaux #570511
Tints of Bordeaux #570511
RGB
CMYK
RGB Variations
Color information
#570511 (or 0x570511) is known color: Bordeaux. HEX triplet: 57, 05 and 11. RGB value is (87,5,17). Sum of RGB (Red+Green+Blue) = 87+5+17=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #570511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570511 is #A8FAEE. Grayscale: #1E1E1E. Windows color (decimal): -11074287 or 1115479. OLE color: 1115479.
HSL color Cylindrical-coordinate representation of color #570511: hue angle of 351.22º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570511 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 17 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.66 |
| HSL | 351.22º | 0.89% | 0.18% | - |
| HSV(B) | 351.22º | 0.94% | 0.34% | - |
| XYZ | 4.09 | 2.18 | 0.73 | - |
| YUV | 30.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 17 | 0 | 0.94 | 0.80 | 0.66 | 351.22 | 0.89 | 0.18 |
| Hex | 57 | 5 | 11 | 0 | 5E | 50 | 42 | 15F | 59 | 12 |
| Octal | 127 | 5 | 21 | 0 | 136 | 120 | 102 | 537 | 131 | 22 |
| Binary | 1010111 | 101 | 10001 | 0 | 1011110 | 1010000 | 1000010 | 101011111 | 1011001 | 10010 |
Color Harmonies of #570511
Complementary color
Monochromatic Colors of #570511
Black with #570511
Text Example
Text Example
White with #570511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570511; }
p { color: rgb(87,5,17); }
H1.HeaderClassName
{
color: #570511;
}
.AnyTagClassName
{
color: #570511;
}
</style>
background-color css
<style>
a { background-color: #570511; }
a { background-color: rgb(87,5,17); }
div.DivClassName
{
background-color: #570511;
}
.BgClassName
{
background-color: #570511;
}
</style>
border-color css
<style>
span { border-color: #570511; }
span { border-color: rgb(87,5,17); }
td.TdClassName
{
border-color: #570511;
}
.TagClassName
{
border-color: #570511;
}
</style>