Shades of Bordeaux #57020B
Tints of Bordeaux #57020B
RGB
CMYK
RGB Variations
Color information
#57020B (or 0x57020B) is known color: Bordeaux. HEX triplet: 57, 02 and 0B. RGB value is (87,2,11). Sum of RGB (Red+Green+Blue) = 87+2+11=100 (13% of max value = 765). Red value is 87 (34.38% from 255 or 87% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 87 - color contains mainly: red. Hex color #57020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57020B is #A8FDF4. Grayscale: #1C1C1C. Windows color (decimal): -11075061 or 721495. OLE color: 721495.
HSL color Cylindrical-coordinate representation of color #57020B: hue angle of 353.65º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57020B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.66 |
| HSL | 353.65º | 0.96% | 0.17% | - |
| HSV(B) | 353.65º | 0.98% | 0.34% | - |
| XYZ | 4.01 | 2.09 | 0.51 | - |
| YUV | 28.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 2 | 11 | 0 | 0.98 | 0.87 | 0.66 | 353.65 | 0.96 | 0.17 |
| Hex | 57 | 2 | B | 0 | 62 | 57 | 42 | 162 | 60 | 11 |
| Octal | 127 | 2 | 13 | 0 | 142 | 127 | 102 | 542 | 140 | 21 |
| Binary | 1010111 | 10 | 1011 | 0 | 1100010 | 1010111 | 1000010 | 101100010 | 1100000 | 10001 |
Color Harmonies of #57020B
Complementary color
Monochromatic Colors of #57020B
Black with #57020B
Text Example
Text Example
White with #57020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57020B; }
p { color: rgb(87,2,11); }
H1.HeaderClassName
{
color: #57020B;
}
.AnyTagClassName
{
color: #57020B;
}
</style>
background-color css
<style>
a { background-color: #57020B; }
a { background-color: rgb(87,2,11); }
div.DivClassName
{
background-color: #57020B;
}
.BgClassName
{
background-color: #57020B;
}
</style>
border-color css
<style>
span { border-color: #57020B; }
span { border-color: rgb(87,2,11); }
td.TdClassName
{
border-color: #57020B;
}
.TagClassName
{
border-color: #57020B;
}
</style>