Shades of Bordeaux #51111D
Tints of Bordeaux #51111D
RGB
CMYK
RGB Variations
Color information
#51111D (or 0x51111D) is known color: Bordeaux. HEX triplet: 51, 11 and 1D. RGB value is (81,17,29). Sum of RGB (Red+Green+Blue) = 81+17+29=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #51111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51111D is #AEEEE2. Grayscale: #252525. Windows color (decimal): -11464419 or 1904977. OLE color: 1904977.
HSL color Cylindrical-coordinate representation of color #51111D: hue angle of 348.75º 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 #51111D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 29 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.68 |
| HSL | 348.75º | 0.65% | 0.19% | - |
| HSV(B) | 348.75º | 0.79% | 0.32% | - |
| XYZ | 3.82 | 2.24 | 1.39 | - |
| YUV | 37.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 29 | 0 | 0.79 | 0.64 | 0.68 | 348.75 | 0.65 | 0.19 |
| Hex | 51 | 11 | 1D | 0 | 4F | 40 | 44 | 15D | 41 | 13 |
| Octal | 121 | 21 | 35 | 0 | 117 | 100 | 104 | 535 | 101 | 23 |
| Binary | 1010001 | 10001 | 11101 | 0 | 1001111 | 1000000 | 1000100 | 101011101 | 1000001 | 10011 |
Color Harmonies of #51111D
Complementary color
Monochromatic Colors of #51111D
Black with #51111D
Text Example
Text Example
White with #51111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51111D; }
p { color: rgb(81,17,29); }
H1.HeaderClassName
{
color: #51111D;
}
.AnyTagClassName
{
color: #51111D;
}
</style>
background-color css
<style>
a { background-color: #51111D; }
a { background-color: rgb(81,17,29); }
div.DivClassName
{
background-color: #51111D;
}
.BgClassName
{
background-color: #51111D;
}
</style>
border-color css
<style>
span { border-color: #51111D; }
span { border-color: rgb(81,17,29); }
td.TdClassName
{
border-color: #51111D;
}
.TagClassName
{
border-color: #51111D;
}
</style>