Shades of Bordeaux #51161C
Tints of Bordeaux #51161C
RGB
CMYK
RGB Variations
Color information
#51161C (or 0x51161C) is known color: Bordeaux. HEX triplet: 51, 16 and 1C. RGB value is (81,22,28). Sum of RGB (Red+Green+Blue) = 81+22+28=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161C is #AEE9E3. Grayscale: #282828. Windows color (decimal): -11463140 or 1840721. OLE color: 1840721.
HSL color Cylindrical-coordinate representation of color #51161C: hue angle of 353.9º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #51161C is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 28 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.68 |
| HSL | 353.9º | 0.57% | 0.2% | - |
| HSV(B) | 353.9º | 0.73% | 0.32% | - |
| XYZ | 3.89 | 2.41 | 1.36 | - |
| YUV | 40.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 28 | 0 | 0.73 | 0.65 | 0.68 | 353.9 | 0.57 | 0.2 |
| Hex | 51 | 16 | 1C | 0 | 49 | 41 | 44 | 162 | 39 | 14 |
| Octal | 121 | 26 | 34 | 0 | 111 | 101 | 104 | 542 | 71 | 24 |
| Binary | 1010001 | 10110 | 11100 | 0 | 1001001 | 1000001 | 1000100 | 101100010 | 111001 | 10100 |
Color Harmonies of #51161C
Complementary color
Monochromatic Colors of #51161C
Black with #51161C
Text Example
Text Example
White with #51161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51161C; }
p { color: rgb(81,22,28); }
H1.HeaderClassName
{
color: #51161C;
}
.AnyTagClassName
{
color: #51161C;
}
</style>
background-color css
<style>
a { background-color: #51161C; }
a { background-color: rgb(81,22,28); }
div.DivClassName
{
background-color: #51161C;
}
.BgClassName
{
background-color: #51161C;
}
</style>
border-color css
<style>
span { border-color: #51161C; }
span { border-color: rgb(81,22,28); }
td.TdClassName
{
border-color: #51161C;
}
.TagClassName
{
border-color: #51161C;
}
</style>