Shades of Bordeaux #570011
Tints of Bordeaux #570011
RGB
CMYK
RGB Variations
Color information
#570011 (or 0x570011) is known color: Bordeaux. HEX triplet: 57, 00 and 11. RGB value is (87,0,17). Sum of RGB (Red+Green+Blue) = 87+0+17=104 (13% of max value = 765). Red value is 87 (34.38% from 255 or 83.65% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 87 - color contains mainly: red. Hex color #570011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570011 is #A8FFEE. Grayscale: #1B1B1B. Windows color (decimal): -11075567 or 1114199. OLE color: 1114199.
HSL color Cylindrical-coordinate representation of color #570011: hue angle of 348.28º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #570011 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.80 | 0.66 |
| HSL | 348.28º | 1% | 0.17% | - |
| HSV(B) | 348.28º | 1% | 0.34% | - |
| XYZ | 4.03 | 2.07 | 0.72 | - |
| YUV | 27.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 17 | 0 | 1 | 0.80 | 0.66 | 348.28 | 1 | 0.17 |
| Hex | 57 | 0 | 11 | 0 | 64 | 50 | 42 | 15C | 64 | 11 |
| Octal | 127 | 0 | 21 | 0 | 144 | 120 | 102 | 534 | 144 | 21 |
| Binary | 1010111 | 0 | 10001 | 0 | 1100100 | 1010000 | 1000010 | 101011100 | 1100100 | 10001 |
Color Harmonies of #570011
Complementary color
Monochromatic Colors of #570011
Black with #570011
Text Example
Text Example
White with #570011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570011; }
p { color: rgb(87,0,17); }
H1.HeaderClassName
{
color: #570011;
}
.AnyTagClassName
{
color: #570011;
}
</style>
background-color css
<style>
a { background-color: #570011; }
a { background-color: rgb(87,0,17); }
div.DivClassName
{
background-color: #570011;
}
.BgClassName
{
background-color: #570011;
}
</style>
border-color css
<style>
span { border-color: #570011; }
span { border-color: rgb(87,0,17); }
td.TdClassName
{
border-color: #570011;
}
.TagClassName
{
border-color: #570011;
}
</style>