Shades of Bordeaux #570021
Tints of Bordeaux #570021
RGB
CMYK
RGB Variations
Color information
#570021 (or 0x570021) is known color: Bordeaux. HEX triplet: 57, 00 and 21. RGB value is (87,0,33). Sum of RGB (Red+Green+Blue) = 87+0+33=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #570021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570021 is #A8FFDE. Grayscale: #1D1D1D. Windows color (decimal): -11075551 or 2162775. OLE color: 2162775.
HSL color Cylindrical-coordinate representation of color #570021: hue angle of 337.24º 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 #570021 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.62 | 0.66 |
| HSL | 337.24º | 1% | 0.17% | - |
| HSV(B) | 337.24º | 1% | 0.34% | - |
| XYZ | 4.2 | 2.14 | 1.63 | - |
| YUV | 29.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 33 | 0 | 1 | 0.62 | 0.66 | 337.24 | 1 | 0.17 |
| Hex | 57 | 0 | 21 | 0 | 64 | 3E | 42 | 151 | 64 | 11 |
| Octal | 127 | 0 | 41 | 0 | 144 | 76 | 102 | 521 | 144 | 21 |
| Binary | 1010111 | 0 | 100001 | 0 | 1100100 | 111110 | 1000010 | 101010001 | 1100100 | 10001 |
Color Harmonies of #570021
Complementary color
Monochromatic Colors of #570021
Black with #570021
Text Example
Text Example
White with #570021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570021; }
p { color: rgb(87,0,33); }
H1.HeaderClassName
{
color: #570021;
}
.AnyTagClassName
{
color: #570021;
}
</style>
background-color css
<style>
a { background-color: #570021; }
a { background-color: rgb(87,0,33); }
div.DivClassName
{
background-color: #570021;
}
.BgClassName
{
background-color: #570021;
}
</style>
border-color css
<style>
span { border-color: #570021; }
span { border-color: rgb(87,0,33); }
td.TdClassName
{
border-color: #570021;
}
.TagClassName
{
border-color: #570021;
}
</style>