Shades of Bordeaux #570721
Tints of Bordeaux #570721
RGB
CMYK
RGB Variations
Color information
#570721 (or 0x570721) is known color: Bordeaux. HEX triplet: 57, 07 and 21. RGB value is (87,7,33). Sum of RGB (Red+Green+Blue) = 87+7+33=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570721 is #A8F8DE. Grayscale: #212121. Windows color (decimal): -11073759 or 2164567. OLE color: 2164567.
HSL color Cylindrical-coordinate representation of color #570721: hue angle of 340.5º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570721 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 33 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.66 |
| HSL | 340.5º | 0.85% | 0.18% | - |
| HSV(B) | 340.5º | 0.92% | 0.34% | - |
| XYZ | 4.28 | 2.29 | 1.65 | - |
| YUV | 33.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 33 | 0 | 0.92 | 0.62 | 0.66 | 340.5 | 0.85 | 0.18 |
| Hex | 57 | 7 | 21 | 0 | 5C | 3E | 42 | 154 | 55 | 12 |
| Octal | 127 | 7 | 41 | 0 | 134 | 76 | 102 | 524 | 125 | 22 |
| Binary | 1010111 | 111 | 100001 | 0 | 1011100 | 111110 | 1000010 | 101010100 | 1010101 | 10010 |
Color Harmonies of #570721
Complementary color
Monochromatic Colors of #570721
Black with #570721
Text Example
Text Example
White with #570721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570721; }
p { color: rgb(87,7,33); }
H1.HeaderClassName
{
color: #570721;
}
.AnyTagClassName
{
color: #570721;
}
</style>
background-color css
<style>
a { background-color: #570721; }
a { background-color: rgb(87,7,33); }
div.DivClassName
{
background-color: #570721;
}
.BgClassName
{
background-color: #570721;
}
</style>
border-color css
<style>
span { border-color: #570721; }
span { border-color: rgb(87,7,33); }
td.TdClassName
{
border-color: #570721;
}
.TagClassName
{
border-color: #570721;
}
</style>