Shades of Bordeaux #570A13
Tints of Bordeaux #570A13
RGB
CMYK
RGB Variations
Color information
#570A13 (or 0x570A13) is known color: Bordeaux. HEX triplet: 57, 0A and 13. RGB value is (87,10,19). Sum of RGB (Red+Green+Blue) = 87+10+19=116 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 87 - color contains mainly: red. Hex color #570A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570A13 is #A8F5EC. Grayscale: #222222. Windows color (decimal): -11073005 or 1247831. OLE color: 1247831.
HSL color Cylindrical-coordinate representation of color #570A13: hue angle of 352.99º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A13 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 19 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.66 |
| HSL | 352.99º | 0.79% | 0.19% | - |
| HSV(B) | 352.99º | 0.89% | 0.34% | - |
| XYZ | 4.16 | 2.29 | 0.84 | - |
| YUV | 34.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 19 | 0 | 0.89 | 0.78 | 0.66 | 352.99 | 0.79 | 0.19 |
| Hex | 57 | A | 13 | 0 | 59 | 4E | 42 | 161 | 4F | 13 |
| Octal | 127 | 12 | 23 | 0 | 131 | 116 | 102 | 541 | 117 | 23 |
| Binary | 1010111 | 1010 | 10011 | 0 | 1011001 | 1001110 | 1000010 | 101100001 | 1001111 | 10011 |
Color Harmonies of #570A13
Complementary color
Monochromatic Colors of #570A13
Black with #570A13
Text Example
Text Example
White with #570A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A13; }
p { color: rgb(87,10,19); }
H1.HeaderClassName
{
color: #570A13;
}
.AnyTagClassName
{
color: #570A13;
}
</style>
background-color css
<style>
a { background-color: #570A13; }
a { background-color: rgb(87,10,19); }
div.DivClassName
{
background-color: #570A13;
}
.BgClassName
{
background-color: #570A13;
}
</style>
border-color css
<style>
span { border-color: #570A13; }
span { border-color: rgb(87,10,19); }
td.TdClassName
{
border-color: #570A13;
}
.TagClassName
{
border-color: #570A13;
}
</style>