Shades of Bordeaux #570519
Tints of Bordeaux #570519
RGB
CMYK
RGB Variations
Color information
#570519 (or 0x570519) is known color: Bordeaux. HEX triplet: 57, 05 and 19. RGB value is (87,5,25). Sum of RGB (Red+Green+Blue) = 87+5+25=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #570519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570519 is #A8FAE6. Grayscale: #1F1F1F. Windows color (decimal): -11074279 or 1639767. OLE color: 1639767.
HSL color Cylindrical-coordinate representation of color #570519: hue angle of 345.37º 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 #570519 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 25 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.66 |
| HSL | 345.37º | 0.89% | 0.18% | - |
| HSV(B) | 345.37º | 0.94% | 0.34% | - |
| XYZ | 4.16 | 2.2 | 1.13 | - |
| YUV | 31.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 25 | 0 | 0.94 | 0.71 | 0.66 | 345.37 | 0.89 | 0.18 |
| Hex | 57 | 5 | 19 | 0 | 5E | 47 | 42 | 159 | 59 | 12 |
| Octal | 127 | 5 | 31 | 0 | 136 | 107 | 102 | 531 | 131 | 22 |
| Binary | 1010111 | 101 | 11001 | 0 | 1011110 | 1000111 | 1000010 | 101011001 | 1011001 | 10010 |
Color Harmonies of #570519
Complementary color
Monochromatic Colors of #570519
Black with #570519
Text Example
Text Example
White with #570519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570519; }
p { color: rgb(87,5,25); }
H1.HeaderClassName
{
color: #570519;
}
.AnyTagClassName
{
color: #570519;
}
</style>
background-color css
<style>
a { background-color: #570519; }
a { background-color: rgb(87,5,25); }
div.DivClassName
{
background-color: #570519;
}
.BgClassName
{
background-color: #570519;
}
</style>
border-color css
<style>
span { border-color: #570519; }
span { border-color: rgb(87,5,25); }
td.TdClassName
{
border-color: #570519;
}
.TagClassName
{
border-color: #570519;
}
</style>