Shades of Bordeaux #51151E
Tints of Bordeaux #51151E
RGB
CMYK
RGB Variations
Color information
#51151E (or 0x51151E) is known color: Bordeaux. HEX triplet: 51, 15 and 1E. RGB value is (81,21,30). Sum of RGB (Red+Green+Blue) = 81+21+30=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51151E is #AEEAE1. Grayscale: #272727. Windows color (decimal): -11463394 or 1971537. OLE color: 1971537.
HSL color Cylindrical-coordinate representation of color #51151E: hue angle of 351º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51151E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 30 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.68 |
| HSL | 351º | 0.59% | 0.2% | - |
| HSV(B) | 351º | 0.74% | 0.32% | - |
| XYZ | 3.9 | 2.38 | 1.48 | - |
| YUV | 39.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 30 | 0 | 0.74 | 0.63 | 0.68 | 351 | 0.59 | 0.2 |
| Hex | 51 | 15 | 1E | 0 | 4A | 3F | 44 | 15F | 3B | 14 |
| Octal | 121 | 25 | 36 | 0 | 112 | 77 | 104 | 537 | 73 | 24 |
| Binary | 1010001 | 10101 | 11110 | 0 | 1001010 | 111111 | 1000100 | 101011111 | 111011 | 10100 |
Color Harmonies of #51151E
Complementary color
Monochromatic Colors of #51151E
Black with #51151E
Text Example
Text Example
White with #51151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51151E; }
p { color: rgb(81,21,30); }
H1.HeaderClassName
{
color: #51151E;
}
.AnyTagClassName
{
color: #51151E;
}
</style>
background-color css
<style>
a { background-color: #51151E; }
a { background-color: rgb(81,21,30); }
div.DivClassName
{
background-color: #51151E;
}
.BgClassName
{
background-color: #51151E;
}
</style>
border-color css
<style>
span { border-color: #51151E; }
span { border-color: rgb(81,21,30); }
td.TdClassName
{
border-color: #51151E;
}
.TagClassName
{
border-color: #51151E;
}
</style>