Shades of Bordeaux #57091B
Tints of Bordeaux #57091B
RGB
CMYK
RGB Variations
Color information
#57091B (or 0x57091B) is known color: Bordeaux. HEX triplet: 57, 09 and 1B. RGB value is (87,9,27). Sum of RGB (Red+Green+Blue) = 87+9+27=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #57091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57091B is #A8F6E4. Grayscale: #222222. Windows color (decimal): -11073253 or 1771863. OLE color: 1771863.
HSL color Cylindrical-coordinate representation of color #57091B: hue angle of 346.15º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57091B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 27 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.66 |
| HSL | 346.15º | 0.81% | 0.19% | - |
| HSV(B) | 346.15º | 0.9% | 0.34% | - |
| XYZ | 4.23 | 2.3 | 1.26 | - |
| YUV | 34.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 27 | 0 | 0.90 | 0.69 | 0.66 | 346.15 | 0.81 | 0.19 |
| Hex | 57 | 9 | 1B | 0 | 5A | 45 | 42 | 15A | 51 | 13 |
| Octal | 127 | 11 | 33 | 0 | 132 | 105 | 102 | 532 | 121 | 23 |
| Binary | 1010111 | 1001 | 11011 | 0 | 1011010 | 1000101 | 1000010 | 101011010 | 1010001 | 10011 |
Color Harmonies of #57091B
Complementary color
Monochromatic Colors of #57091B
Black with #57091B
Text Example
Text Example
White with #57091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57091B; }
p { color: rgb(87,9,27); }
H1.HeaderClassName
{
color: #57091B;
}
.AnyTagClassName
{
color: #57091B;
}
</style>
background-color css
<style>
a { background-color: #57091B; }
a { background-color: rgb(87,9,27); }
div.DivClassName
{
background-color: #57091B;
}
.BgClassName
{
background-color: #57091B;
}
</style>
border-color css
<style>
span { border-color: #57091B; }
span { border-color: rgb(87,9,27); }
td.TdClassName
{
border-color: #57091B;
}
.TagClassName
{
border-color: #57091B;
}
</style>