Shades of Bordeaux #570114
Tints of Bordeaux #570114
RGB
CMYK
RGB Variations
Color information
#570114 (or 0x570114) is known color: Bordeaux. HEX triplet: 57, 01 and 14. RGB value is (87,1,20). Sum of RGB (Red+Green+Blue) = 87+1+20=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570114 is #A8FEEB. Grayscale: #1C1C1C. Windows color (decimal): -11075308 or 1311063. OLE color: 1311063.
HSL color Cylindrical-coordinate representation of color #570114: hue angle of 346.74º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570114 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.66 |
| HSL | 346.74º | 0.98% | 0.17% | - |
| HSV(B) | 346.74º | 0.99% | 0.34% | - |
| XYZ | 4.07 | 2.1 | 0.85 | - |
| YUV | 28.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 20 | 0 | 0.99 | 0.77 | 0.66 | 346.74 | 0.98 | 0.17 |
| Hex | 57 | 1 | 14 | 0 | 63 | 4D | 42 | 15B | 62 | 11 |
| Octal | 127 | 1 | 24 | 0 | 143 | 115 | 102 | 533 | 142 | 21 |
| Binary | 1010111 | 1 | 10100 | 0 | 1100011 | 1001101 | 1000010 | 101011011 | 1100010 | 10001 |
Color Harmonies of #570114
Complementary color
Monochromatic Colors of #570114
Black with #570114
Text Example
Text Example
White with #570114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570114; }
p { color: rgb(87,1,20); }
H1.HeaderClassName
{
color: #570114;
}
.AnyTagClassName
{
color: #570114;
}
</style>
background-color css
<style>
a { background-color: #570114; }
a { background-color: rgb(87,1,20); }
div.DivClassName
{
background-color: #570114;
}
.BgClassName
{
background-color: #570114;
}
</style>
border-color css
<style>
span { border-color: #570114; }
span { border-color: rgb(87,1,20); }
td.TdClassName
{
border-color: #570114;
}
.TagClassName
{
border-color: #570114;
}
</style>