Shades of Bordeaux #510111
Tints of Bordeaux #510111
RGB
CMYK
RGB Variations
Color information
#510111 (or 0x510111) is known color: Bordeaux. HEX triplet: 51, 01 and 11. RGB value is (81,1,17). Sum of RGB (Red+Green+Blue) = 81+1+17=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #510111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510111 is #AEFEEE. Grayscale: #1A1A1A. Windows color (decimal): -11468527 or 1114449. OLE color: 1114449.
HSL color Cylindrical-coordinate representation of color #510111: hue angle of 348º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510111 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.68 |
| HSL | 348º | 0.98% | 0.16% | - |
| HSV(B) | 348º | 0.99% | 0.32% | - |
| XYZ | 3.51 | 1.81 | 0.7 | - |
| YUV | 26.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 17 | 0 | 0.99 | 0.79 | 0.68 | 348 | 0.98 | 0.16 |
| Hex | 51 | 1 | 11 | 0 | 63 | 4F | 44 | 15C | 62 | 10 |
| Octal | 121 | 1 | 21 | 0 | 143 | 117 | 104 | 534 | 142 | 20 |
| Binary | 1010001 | 1 | 10001 | 0 | 1100011 | 1001111 | 1000100 | 101011100 | 1100010 | 10000 |
Color Harmonies of #510111
Complementary color
Monochromatic Colors of #510111
Black with #510111
Text Example
Text Example
White with #510111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510111; }
p { color: rgb(81,1,17); }
H1.HeaderClassName
{
color: #510111;
}
.AnyTagClassName
{
color: #510111;
}
</style>
background-color css
<style>
a { background-color: #510111; }
a { background-color: rgb(81,1,17); }
div.DivClassName
{
background-color: #510111;
}
.BgClassName
{
background-color: #510111;
}
</style>
border-color css
<style>
span { border-color: #510111; }
span { border-color: rgb(81,1,17); }
td.TdClassName
{
border-color: #510111;
}
.TagClassName
{
border-color: #510111;
}
</style>