Shades of Bordeaux #57080E
Tints of Bordeaux #57080E
RGB
CMYK
RGB Variations
Color information
#57080E (or 0x57080E) is known color: Bordeaux. HEX triplet: 57, 08 and 0E. RGB value is (87,8,14). Sum of RGB (Red+Green+Blue) = 87+8+14=109 (14% of max value = 765). Red value is 87 (34.38% from 255 or 79.82% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 87 - color contains mainly: red. Hex color #57080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57080E is #A8F7F1. Grayscale: #202020. Windows color (decimal): -11073522 or 919639. OLE color: 919639.
HSL color Cylindrical-coordinate representation of color #57080E: hue angle of 355.44º 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 #57080E is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 14 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.66 |
| HSL | 355.44º | 0.83% | 0.19% | - |
| HSV(B) | 355.44º | 0.91% | 0.34% | - |
| XYZ | 4.1 | 2.23 | 0.63 | - |
| YUV | 32.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 14 | 0 | 0.91 | 0.84 | 0.66 | 355.44 | 0.83 | 0.19 |
| Hex | 57 | 8 | E | 0 | 5B | 54 | 42 | 163 | 53 | 13 |
| Octal | 127 | 10 | 16 | 0 | 133 | 124 | 102 | 543 | 123 | 23 |
| Binary | 1010111 | 1000 | 1110 | 0 | 1011011 | 1010100 | 1000010 | 101100011 | 1010011 | 10011 |
Color Harmonies of #57080E
Complementary color
Monochromatic Colors of #57080E
Black with #57080E
Text Example
Text Example
White with #57080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57080E; }
p { color: rgb(87,8,14); }
H1.HeaderClassName
{
color: #57080E;
}
.AnyTagClassName
{
color: #57080E;
}
</style>
background-color css
<style>
a { background-color: #57080E; }
a { background-color: rgb(87,8,14); }
div.DivClassName
{
background-color: #57080E;
}
.BgClassName
{
background-color: #57080E;
}
</style>
border-color css
<style>
span { border-color: #57080E; }
span { border-color: rgb(87,8,14); }
td.TdClassName
{
border-color: #57080E;
}
.TagClassName
{
border-color: #57080E;
}
</style>