Shades of Bordeaux #570020
Tints of Bordeaux #570020
RGB
CMYK
RGB Variations
Color information
#570020 (or 0x570020) is known color: Bordeaux. HEX triplet: 57, 00 and 20. RGB value is (87,0,32). Sum of RGB (Red+Green+Blue) = 87+0+32=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #570020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570020 is #A8FFDF. Grayscale: #1D1D1D. Windows color (decimal): -11075552 or 2097239. OLE color: 2097239.
HSL color Cylindrical-coordinate representation of color #570020: hue angle of 337.93º 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 #570020 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.63 | 0.66 |
| HSL | 337.93º | 1% | 0.17% | - |
| HSV(B) | 337.93º | 1% | 0.34% | - |
| XYZ | 4.19 | 2.13 | 1.56 | - |
| YUV | 29.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 32 | 0 | 1 | 0.63 | 0.66 | 337.93 | 1 | 0.17 |
| Hex | 57 | 0 | 20 | 0 | 64 | 3F | 42 | 152 | 64 | 11 |
| Octal | 127 | 0 | 40 | 0 | 144 | 77 | 102 | 522 | 144 | 21 |
| Binary | 1010111 | 0 | 100000 | 0 | 1100100 | 111111 | 1000010 | 101010010 | 1100100 | 10001 |
Color Harmonies of #570020
Complementary color
Monochromatic Colors of #570020
Black with #570020
Text Example
Text Example
White with #570020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570020; }
p { color: rgb(87,0,32); }
H1.HeaderClassName
{
color: #570020;
}
.AnyTagClassName
{
color: #570020;
}
</style>
background-color css
<style>
a { background-color: #570020; }
a { background-color: rgb(87,0,32); }
div.DivClassName
{
background-color: #570020;
}
.BgClassName
{
background-color: #570020;
}
</style>
border-color css
<style>
span { border-color: #570020; }
span { border-color: rgb(87,0,32); }
td.TdClassName
{
border-color: #570020;
}
.TagClassName
{
border-color: #570020;
}
</style>