Shades of Bordeaux #570514
Tints of Bordeaux #570514
RGB
CMYK
RGB Variations
Color information
#570514 (or 0x570514) is known color: Bordeaux. HEX triplet: 57, 05 and 14. RGB value is (87,5,20). Sum of RGB (Red+Green+Blue) = 87+5+20=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #570514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570514 is #A8FAEB. Grayscale: #1F1F1F. Windows color (decimal): -11074284 or 1312087. OLE color: 1312087.
HSL color Cylindrical-coordinate representation of color #570514: hue angle of 349.02º 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 #570514 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 20 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.66 |
| HSL | 349.02º | 0.89% | 0.18% | - |
| HSV(B) | 349.02º | 0.94% | 0.34% | - |
| XYZ | 4.11 | 2.19 | 0.87 | - |
| YUV | 31.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 20 | 0 | 0.94 | 0.77 | 0.66 | 349.02 | 0.89 | 0.18 |
| Hex | 57 | 5 | 14 | 0 | 5E | 4D | 42 | 15D | 59 | 12 |
| Octal | 127 | 5 | 24 | 0 | 136 | 115 | 102 | 535 | 131 | 22 |
| Binary | 1010111 | 101 | 10100 | 0 | 1011110 | 1001101 | 1000010 | 101011101 | 1011001 | 10010 |
Color Harmonies of #570514
Complementary color
Monochromatic Colors of #570514
Black with #570514
Text Example
Text Example
White with #570514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570514; }
p { color: rgb(87,5,20); }
H1.HeaderClassName
{
color: #570514;
}
.AnyTagClassName
{
color: #570514;
}
</style>
background-color css
<style>
a { background-color: #570514; }
a { background-color: rgb(87,5,20); }
div.DivClassName
{
background-color: #570514;
}
.BgClassName
{
background-color: #570514;
}
</style>
border-color css
<style>
span { border-color: #570514; }
span { border-color: rgb(87,5,20); }
td.TdClassName
{
border-color: #570514;
}
.TagClassName
{
border-color: #570514;
}
</style>