Shades of Bordeaux #57112B
Tints of Bordeaux #57112B
RGB
CMYK
RGB Variations
Color information
#57112B (or 0x57112B) is known color: Bordeaux. HEX triplet: 57, 11 and 2B. RGB value is (87,17,43). Sum of RGB (Red+Green+Blue) = 87+17+43=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #57112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57112B is #A8EED4. Grayscale: #282828. Windows color (decimal): -11071189 or 2822487. OLE color: 2822487.
HSL color Cylindrical-coordinate representation of color #57112B: hue angle of 337.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57112B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 43 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.66 |
| HSL | 337.71º | 0.67% | 0.2% | - |
| HSV(B) | 337.71º | 0.8% | 0.34% | - |
| XYZ | 4.57 | 2.6 | 2.55 | - |
| YUV | 40.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 43 | 0 | 0.80 | 0.51 | 0.66 | 337.71 | 0.67 | 0.2 |
| Hex | 57 | 11 | 2B | 0 | 50 | 33 | 42 | 152 | 43 | 14 |
| Octal | 127 | 21 | 53 | 0 | 120 | 63 | 102 | 522 | 103 | 24 |
| Binary | 1010111 | 10001 | 101011 | 0 | 1010000 | 110011 | 1000010 | 101010010 | 1000011 | 10100 |
Color Harmonies of #57112B
Complementary color
Monochromatic Colors of #57112B
Black with #57112B
Text Example
Text Example
White with #57112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57112B; }
p { color: rgb(87,17,43); }
H1.HeaderClassName
{
color: #57112B;
}
.AnyTagClassName
{
color: #57112B;
}
</style>
background-color css
<style>
a { background-color: #57112B; }
a { background-color: rgb(87,17,43); }
div.DivClassName
{
background-color: #57112B;
}
.BgClassName
{
background-color: #57112B;
}
</style>
border-color css
<style>
span { border-color: #57112B; }
span { border-color: rgb(87,17,43); }
td.TdClassName
{
border-color: #57112B;
}
.TagClassName
{
border-color: #57112B;
}
</style>