Shades of Bordeaux #51000E
Tints of Bordeaux #51000E
RGB
CMYK
RGB Variations
Color information
#51000E (or 0x51000E) is known color: Bordeaux. HEX triplet: 51, 00 and 0E. RGB value is (81,0,14). Sum of RGB (Red+Green+Blue) = 81+0+14=95 (12% of max value = 765). Red value is 81 (32.03% from 255 or 85.26% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 81 - color contains mainly: red. Hex color #51000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51000E is #AEFFF1. Grayscale: #191919. Windows color (decimal): -11468786 or 917585. OLE color: 917585.
HSL color Cylindrical-coordinate representation of color #51000E: hue angle of 349.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51000E is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.83 | 0.68 |
| HSL | 349.63º | 1% | 0.16% | - |
| HSV(B) | 349.63º | 1% | 0.32% | - |
| XYZ | 3.47 | 1.78 | 0.58 | - |
| YUV | 25.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 14 | 0 | 1 | 0.83 | 0.68 | 349.63 | 1 | 0.16 |
| Hex | 51 | 0 | E | 0 | 64 | 53 | 44 | 15E | 64 | 10 |
| Octal | 121 | 0 | 16 | 0 | 144 | 123 | 104 | 536 | 144 | 20 |
| Binary | 1010001 | 0 | 1110 | 0 | 1100100 | 1010011 | 1000100 | 101011110 | 1100100 | 10000 |
Color Harmonies of #51000E
Complementary color
Monochromatic Colors of #51000E
Black with #51000E
Text Example
Text Example
White with #51000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51000E; }
p { color: rgb(81,0,14); }
H1.HeaderClassName
{
color: #51000E;
}
.AnyTagClassName
{
color: #51000E;
}
</style>
background-color css
<style>
a { background-color: #51000E; }
a { background-color: rgb(81,0,14); }
div.DivClassName
{
background-color: #51000E;
}
.BgClassName
{
background-color: #51000E;
}
</style>
border-color css
<style>
span { border-color: #51000E; }
span { border-color: rgb(81,0,14); }
td.TdClassName
{
border-color: #51000E;
}
.TagClassName
{
border-color: #51000E;
}
</style>