Shades of Bordeaux #51111B
Tints of Bordeaux #51111B
RGB
CMYK
RGB Variations
Color information
#51111B (or 0x51111B) is known color: Bordeaux. HEX triplet: 51, 11 and 1B. RGB value is (81,17,27). Sum of RGB (Red+Green+Blue) = 81+17+27=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111B is #AEEEE4. Grayscale: #252525. Windows color (decimal): -11464421 or 1773905. OLE color: 1773905.
HSL color Cylindrical-coordinate representation of color #51111B: hue angle of 350.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51111B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 27 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.68 |
| HSL | 350.63º | 0.65% | 0.19% | - |
| HSV(B) | 350.63º | 0.79% | 0.32% | - |
| XYZ | 3.79 | 2.23 | 1.27 | - |
| YUV | 37.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 27 | 0 | 0.79 | 0.67 | 0.68 | 350.63 | 0.65 | 0.19 |
| Hex | 51 | 11 | 1B | 0 | 4F | 43 | 44 | 15F | 41 | 13 |
| Octal | 121 | 21 | 33 | 0 | 117 | 103 | 104 | 537 | 101 | 23 |
| Binary | 1010001 | 10001 | 11011 | 0 | 1001111 | 1000011 | 1000100 | 101011111 | 1000001 | 10011 |
Color Harmonies of #51111B
Complementary color
Monochromatic Colors of #51111B
Black with #51111B
Text Example
Text Example
White with #51111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51111B; }
p { color: rgb(81,17,27); }
H1.HeaderClassName
{
color: #51111B;
}
.AnyTagClassName
{
color: #51111B;
}
</style>
background-color css
<style>
a { background-color: #51111B; }
a { background-color: rgb(81,17,27); }
div.DivClassName
{
background-color: #51111B;
}
.BgClassName
{
background-color: #51111B;
}
</style>
border-color css
<style>
span { border-color: #51111B; }
span { border-color: rgb(81,17,27); }
td.TdClassName
{
border-color: #51111B;
}
.TagClassName
{
border-color: #51111B;
}
</style>