Shades of Bordeaux #51111A
Tints of Bordeaux #51111A
RGB
CMYK
RGB Variations
Color information
#51111A (or 0x51111A) is known color: Bordeaux. HEX triplet: 51, 11 and 1A. RGB value is (81,17,26). Sum of RGB (Red+Green+Blue) = 81+17+26=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111A is #AEEEE5. Grayscale: #252525. Windows color (decimal): -11464422 or 1708369. OLE color: 1708369.
HSL color Cylindrical-coordinate representation of color #51111A: hue angle of 351.56º 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 #51111A is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 26 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.68 |
| HSL | 351.56º | 0.65% | 0.19% | - |
| HSV(B) | 351.56º | 0.79% | 0.32% | - |
| XYZ | 3.78 | 2.22 | 1.21 | - |
| YUV | 37.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 26 | 0 | 0.79 | 0.68 | 0.68 | 351.56 | 0.65 | 0.19 |
| Hex | 51 | 11 | 1A | 0 | 4F | 44 | 44 | 160 | 41 | 13 |
| Octal | 121 | 21 | 32 | 0 | 117 | 104 | 104 | 540 | 101 | 23 |
| Binary | 1010001 | 10001 | 11010 | 0 | 1001111 | 1000100 | 1000100 | 101100000 | 1000001 | 10011 |
Color Harmonies of #51111A
Complementary color
Monochromatic Colors of #51111A
Black with #51111A
Text Example
Text Example
White with #51111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51111A; }
p { color: rgb(81,17,26); }
H1.HeaderClassName
{
color: #51111A;
}
.AnyTagClassName
{
color: #51111A;
}
</style>
background-color css
<style>
a { background-color: #51111A; }
a { background-color: rgb(81,17,26); }
div.DivClassName
{
background-color: #51111A;
}
.BgClassName
{
background-color: #51111A;
}
</style>
border-color css
<style>
span { border-color: #51111A; }
span { border-color: rgb(81,17,26); }
td.TdClassName
{
border-color: #51111A;
}
.TagClassName
{
border-color: #51111A;
}
</style>