Shades of Bordeaux #570121
Tints of Bordeaux #570121
RGB
CMYK
RGB Variations
Color information
#570121 (or 0x570121) is known color: Bordeaux. HEX triplet: 57, 01 and 21. RGB value is (87,1,33). Sum of RGB (Red+Green+Blue) = 87+1+33=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #570121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570121 is #A8FEDE. Grayscale: #1E1E1E. Windows color (decimal): -11075295 or 2163031. OLE color: 2163031.
HSL color Cylindrical-coordinate representation of color #570121: hue angle of 337.67º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570121 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.66 |
| HSL | 337.67º | 0.98% | 0.17% | - |
| HSV(B) | 337.67º | 0.99% | 0.34% | - |
| XYZ | 4.22 | 2.16 | 1.63 | - |
| YUV | 30.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 33 | 0 | 0.99 | 0.62 | 0.66 | 337.67 | 0.98 | 0.17 |
| Hex | 57 | 1 | 21 | 0 | 63 | 3E | 42 | 152 | 62 | 11 |
| Octal | 127 | 1 | 41 | 0 | 143 | 76 | 102 | 522 | 142 | 21 |
| Binary | 1010111 | 1 | 100001 | 0 | 1100011 | 111110 | 1000010 | 101010010 | 1100010 | 10001 |
Color Harmonies of #570121
Complementary color
Monochromatic Colors of #570121
Black with #570121
Text Example
Text Example
White with #570121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570121; }
p { color: rgb(87,1,33); }
H1.HeaderClassName
{
color: #570121;
}
.AnyTagClassName
{
color: #570121;
}
</style>
background-color css
<style>
a { background-color: #570121; }
a { background-color: rgb(87,1,33); }
div.DivClassName
{
background-color: #570121;
}
.BgClassName
{
background-color: #570121;
}
</style>
border-color css
<style>
span { border-color: #570121; }
span { border-color: rgb(87,1,33); }
td.TdClassName
{
border-color: #570121;
}
.TagClassName
{
border-color: #570121;
}
</style>