Shades of Bordeaux #51010E
Tints of Bordeaux #51010E
RGB
CMYK
RGB Variations
Color information
#51010E (or 0x51010E) is known color: Bordeaux. HEX triplet: 51, 01 and 0E. RGB value is (81,1,14). Sum of RGB (Red+Green+Blue) = 81+1+14=96 (12% of max value = 765). Red value is 81 (32.03% from 255 or 84.38% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 81 - color contains mainly: red. Hex color #51010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51010E is #AEFEF1. Grayscale: #1A1A1A. Windows color (decimal): -11468530 or 917841. OLE color: 917841.
HSL color Cylindrical-coordinate representation of color #51010E: hue angle of 350.25º 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 #51010E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.68 |
| HSL | 350.25º | 0.98% | 0.16% | - |
| HSV(B) | 350.25º | 0.99% | 0.32% | - |
| XYZ | 3.48 | 1.8 | 0.58 | - |
| YUV | 26.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 14 | 0 | 0.99 | 0.83 | 0.68 | 350.25 | 0.98 | 0.16 |
| Hex | 51 | 1 | E | 0 | 63 | 53 | 44 | 15E | 62 | 10 |
| Octal | 121 | 1 | 16 | 0 | 143 | 123 | 104 | 536 | 142 | 20 |
| Binary | 1010001 | 1 | 1110 | 0 | 1100011 | 1010011 | 1000100 | 101011110 | 1100010 | 10000 |
Color Harmonies of #51010E
Complementary color
Monochromatic Colors of #51010E
Black with #51010E
Text Example
Text Example
White with #51010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51010E; }
p { color: rgb(81,1,14); }
H1.HeaderClassName
{
color: #51010E;
}
.AnyTagClassName
{
color: #51010E;
}
</style>
background-color css
<style>
a { background-color: #51010E; }
a { background-color: rgb(81,1,14); }
div.DivClassName
{
background-color: #51010E;
}
.BgClassName
{
background-color: #51010E;
}
</style>
border-color css
<style>
span { border-color: #51010E; }
span { border-color: rgb(81,1,14); }
td.TdClassName
{
border-color: #51010E;
}
.TagClassName
{
border-color: #51010E;
}
</style>