Shades of Bordeaux #570814
Tints of Bordeaux #570814
RGB
CMYK
RGB Variations
Color information
#570814 (or 0x570814) is known color: Bordeaux. HEX triplet: 57, 08 and 14. RGB value is (87,8,20). Sum of RGB (Red+Green+Blue) = 87+8+20=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #570814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570814 is #A8F7EB. Grayscale: #212121. Windows color (decimal): -11073516 or 1312855. OLE color: 1312855.
HSL color Cylindrical-coordinate representation of color #570814: hue angle of 350.89º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570814 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 20 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.66 |
| HSL | 350.89º | 0.83% | 0.19% | - |
| HSV(B) | 350.89º | 0.91% | 0.34% | - |
| XYZ | 4.14 | 2.25 | 0.88 | - |
| YUV | 32.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 20 | 0 | 0.91 | 0.77 | 0.66 | 350.89 | 0.83 | 0.19 |
| Hex | 57 | 8 | 14 | 0 | 5B | 4D | 42 | 15F | 53 | 13 |
| Octal | 127 | 10 | 24 | 0 | 133 | 115 | 102 | 537 | 123 | 23 |
| Binary | 1010111 | 1000 | 10100 | 0 | 1011011 | 1001101 | 1000010 | 101011111 | 1010011 | 10011 |
Color Harmonies of #570814
Complementary color
Monochromatic Colors of #570814
Black with #570814
Text Example
Text Example
White with #570814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570814; }
p { color: rgb(87,8,20); }
H1.HeaderClassName
{
color: #570814;
}
.AnyTagClassName
{
color: #570814;
}
</style>
background-color css
<style>
a { background-color: #570814; }
a { background-color: rgb(87,8,20); }
div.DivClassName
{
background-color: #570814;
}
.BgClassName
{
background-color: #570814;
}
</style>
border-color css
<style>
span { border-color: #570814; }
span { border-color: rgb(87,8,20); }
td.TdClassName
{
border-color: #570814;
}
.TagClassName
{
border-color: #570814;
}
</style>