Shades of Bordeaux #51161E
Tints of Bordeaux #51161E
RGB
CMYK
RGB Variations
Color information
#51161E (or 0x51161E) is known color: Bordeaux. HEX triplet: 51, 16 and 1E. RGB value is (81,22,30). Sum of RGB (Red+Green+Blue) = 81+22+30=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51161E is #AEE9E1. Grayscale: #282828. Windows color (decimal): -11463138 or 1971793. OLE color: 1971793.
HSL color Cylindrical-coordinate representation of color #51161E: hue angle of 351.86º 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 #51161E is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 22 | 30 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.68 |
| HSL | 351.86º | 0.57% | 0.2% | - |
| HSV(B) | 351.86º | 0.73% | 0.32% | - |
| XYZ | 3.91 | 2.42 | 1.49 | - |
| YUV | 40.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 30 | 0 | 0.73 | 0.63 | 0.68 | 351.86 | 0.57 | 0.2 |
| Hex | 51 | 16 | 1E | 0 | 49 | 3F | 44 | 160 | 39 | 14 |
| Octal | 121 | 26 | 36 | 0 | 111 | 77 | 104 | 540 | 71 | 24 |
| Binary | 1010001 | 10110 | 11110 | 0 | 1001001 | 111111 | 1000100 | 101100000 | 111001 | 10100 |
Color Harmonies of #51161E
Complementary color
Monochromatic Colors of #51161E
Black with #51161E
Text Example
Text Example
White with #51161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51161E; }
p { color: rgb(81,22,30); }
H1.HeaderClassName
{
color: #51161E;
}
.AnyTagClassName
{
color: #51161E;
}
</style>
background-color css
<style>
a { background-color: #51161E; }
a { background-color: rgb(81,22,30); }
div.DivClassName
{
background-color: #51161E;
}
.BgClassName
{
background-color: #51161E;
}
</style>
border-color css
<style>
span { border-color: #51161E; }
span { border-color: rgb(81,22,30); }
td.TdClassName
{
border-color: #51161E;
}
.TagClassName
{
border-color: #51161E;
}
</style>