Shades of Bordeaux #570521
Tints of Bordeaux #570521
RGB
CMYK
RGB Variations
Color information
#570521 (or 0x570521) is known color: Bordeaux. HEX triplet: 57, 05 and 21. RGB value is (87,5,33). Sum of RGB (Red+Green+Blue) = 87+5+33=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570521 is #A8FADE. Grayscale: #202020. Windows color (decimal): -11074271 or 2164055. OLE color: 2164055.
HSL color Cylindrical-coordinate representation of color #570521: hue angle of 339.51º 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 #570521 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 33 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.66 |
| HSL | 339.51º | 0.89% | 0.18% | - |
| HSV(B) | 339.51º | 0.94% | 0.34% | - |
| XYZ | 4.26 | 2.24 | 1.65 | - |
| YUV | 32.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 33 | 0 | 0.94 | 0.62 | 0.66 | 339.51 | 0.89 | 0.18 |
| Hex | 57 | 5 | 21 | 0 | 5E | 3E | 42 | 154 | 59 | 12 |
| Octal | 127 | 5 | 41 | 0 | 136 | 76 | 102 | 524 | 131 | 22 |
| Binary | 1010111 | 101 | 100001 | 0 | 1011110 | 111110 | 1000010 | 101010100 | 1011001 | 10010 |
Color Harmonies of #570521
Complementary color
Monochromatic Colors of #570521
Black with #570521
Text Example
Text Example
White with #570521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570521; }
p { color: rgb(87,5,33); }
H1.HeaderClassName
{
color: #570521;
}
.AnyTagClassName
{
color: #570521;
}
</style>
background-color css
<style>
a { background-color: #570521; }
a { background-color: rgb(87,5,33); }
div.DivClassName
{
background-color: #570521;
}
.BgClassName
{
background-color: #570521;
}
</style>
border-color css
<style>
span { border-color: #570521; }
span { border-color: rgb(87,5,33); }
td.TdClassName
{
border-color: #570521;
}
.TagClassName
{
border-color: #570521;
}
</style>