Shades of Bordeaux #570710
Tints of Bordeaux #570710
RGB
CMYK
RGB Variations
Color information
#570710 (or 0x570710) is known color: Bordeaux. HEX triplet: 57, 07 and 10. RGB value is (87,7,16). Sum of RGB (Red+Green+Blue) = 87+7+16=110 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.09% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 87 - color contains mainly: red. Hex color #570710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570710 is #A8F8EF. Grayscale: #1F1F1F. Windows color (decimal): -11073776 or 1050455. OLE color: 1050455.
HSL color Cylindrical-coordinate representation of color #570710: hue angle of 353.25º 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 #570710 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 16 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.66 |
| HSL | 353.25º | 0.85% | 0.18% | - |
| HSV(B) | 353.25º | 0.92% | 0.34% | - |
| XYZ | 4.1 | 2.22 | 0.7 | - |
| YUV | 31.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 16 | 0 | 0.92 | 0.82 | 0.66 | 353.25 | 0.85 | 0.18 |
| Hex | 57 | 7 | 10 | 0 | 5C | 52 | 42 | 161 | 55 | 12 |
| Octal | 127 | 7 | 20 | 0 | 134 | 122 | 102 | 541 | 125 | 22 |
| Binary | 1010111 | 111 | 10000 | 0 | 1011100 | 1010010 | 1000010 | 101100001 | 1010101 | 10010 |
Color Harmonies of #570710
Complementary color
Monochromatic Colors of #570710
Black with #570710
Text Example
Text Example
White with #570710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570710; }
p { color: rgb(87,7,16); }
H1.HeaderClassName
{
color: #570710;
}
.AnyTagClassName
{
color: #570710;
}
</style>
background-color css
<style>
a { background-color: #570710; }
a { background-color: rgb(87,7,16); }
div.DivClassName
{
background-color: #570710;
}
.BgClassName
{
background-color: #570710;
}
</style>
border-color css
<style>
span { border-color: #570710; }
span { border-color: rgb(87,7,16); }
td.TdClassName
{
border-color: #570710;
}
.TagClassName
{
border-color: #570710;
}
</style>