Shades of Bordeaux #570518
Tints of Bordeaux #570518
RGB
CMYK
RGB Variations
Color information
#570518 (or 0x570518) is known color: Bordeaux. HEX triplet: 57, 05 and 18. RGB value is (87,5,24). Sum of RGB (Red+Green+Blue) = 87+5+24=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570518 is #A8FAE7. Grayscale: #1F1F1F. Windows color (decimal): -11074280 or 1574231. OLE color: 1574231.
HSL color Cylindrical-coordinate representation of color #570518: hue angle of 346.1º 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 #570518 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 24 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.66 |
| HSL | 346.1º | 0.89% | 0.18% | - |
| HSV(B) | 346.1º | 0.94% | 0.34% | - |
| XYZ | 4.15 | 2.2 | 1.07 | - |
| YUV | 31.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 24 | 0 | 0.94 | 0.72 | 0.66 | 346.1 | 0.89 | 0.18 |
| Hex | 57 | 5 | 18 | 0 | 5E | 48 | 42 | 15A | 59 | 12 |
| Octal | 127 | 5 | 30 | 0 | 136 | 110 | 102 | 532 | 131 | 22 |
| Binary | 1010111 | 101 | 11000 | 0 | 1011110 | 1001000 | 1000010 | 101011010 | 1011001 | 10010 |
Color Harmonies of #570518
Complementary color
Monochromatic Colors of #570518
Black with #570518
Text Example
Text Example
White with #570518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570518; }
p { color: rgb(87,5,24); }
H1.HeaderClassName
{
color: #570518;
}
.AnyTagClassName
{
color: #570518;
}
</style>
background-color css
<style>
a { background-color: #570518; }
a { background-color: rgb(87,5,24); }
div.DivClassName
{
background-color: #570518;
}
.BgClassName
{
background-color: #570518;
}
</style>
border-color css
<style>
span { border-color: #570518; }
span { border-color: rgb(87,5,24); }
td.TdClassName
{
border-color: #570518;
}
.TagClassName
{
border-color: #570518;
}
</style>