Shades of Bordeaux #570509
Tints of Bordeaux #570509
RGB
CMYK
RGB Variations
Color information
#570509 (or 0x570509) is known color: Bordeaux. HEX triplet: 57, 05 and 09. RGB value is (87,5,9). Sum of RGB (Red+Green+Blue) = 87+5+9=101 (13% of max value = 765). Red value is 87 (34.38% from 255 or 86.14% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 87 - color contains mainly: red. Hex color #570509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570509 is #A8FAF6. Grayscale: #1E1E1E. Windows color (decimal): -11074295 or 591191. OLE color: 591191.
HSL color Cylindrical-coordinate representation of color #570509: hue angle of 357.07º 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 #570509 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 9 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.66 |
| HSL | 357.07º | 0.89% | 0.18% | - |
| HSV(B) | 357.07º | 0.94% | 0.34% | - |
| XYZ | 4.03 | 2.15 | 0.46 | - |
| YUV | 29.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 9 | 0 | 0.94 | 0.90 | 0.66 | 357.07 | 0.89 | 0.18 |
| Hex | 57 | 5 | 9 | 0 | 5E | 5A | 42 | 165 | 59 | 12 |
| Octal | 127 | 5 | 11 | 0 | 136 | 132 | 102 | 545 | 131 | 22 |
| Binary | 1010111 | 101 | 1001 | 0 | 1011110 | 1011010 | 1000010 | 101100101 | 1011001 | 10010 |
Color Harmonies of #570509
Complementary color
Monochromatic Colors of #570509
Black with #570509
Text Example
Text Example
White with #570509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570509; }
p { color: rgb(87,5,9); }
H1.HeaderClassName
{
color: #570509;
}
.AnyTagClassName
{
color: #570509;
}
</style>
background-color css
<style>
a { background-color: #570509; }
a { background-color: rgb(87,5,9); }
div.DivClassName
{
background-color: #570509;
}
.BgClassName
{
background-color: #570509;
}
</style>
border-color css
<style>
span { border-color: #570509; }
span { border-color: rgb(87,5,9); }
td.TdClassName
{
border-color: #570509;
}
.TagClassName
{
border-color: #570509;
}
</style>