Shades of Bordeaux #510E19
Tints of Bordeaux #510E19
RGB
CMYK
RGB Variations
Color information
#510E19 (or 0x510E19) is known color: Bordeaux. HEX triplet: 51, 0E and 19. RGB value is (81,14,25). Sum of RGB (Red+Green+Blue) = 81+14+25=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E19 is #AEF1E6. Grayscale: #232323. Windows color (decimal): -11465191 or 1642065. OLE color: 1642065.
HSL color Cylindrical-coordinate representation of color #510E19: hue angle of 350.15º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E19 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 14 | 25 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.68 |
| HSL | 350.15º | 0.71% | 0.19% | - |
| HSV(B) | 350.15º | 0.83% | 0.32% | - |
| XYZ | 3.73 | 2.13 | 1.14 | - |
| YUV | 35.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 14 | 25 | 0 | 0.83 | 0.69 | 0.68 | 350.15 | 0.71 | 0.19 |
| Hex | 51 | E | 19 | 0 | 53 | 45 | 44 | 15E | 47 | 13 |
| Octal | 121 | 16 | 31 | 0 | 123 | 105 | 104 | 536 | 107 | 23 |
| Binary | 1010001 | 1110 | 11001 | 0 | 1010011 | 1000101 | 1000100 | 101011110 | 1000111 | 10011 |
Color Harmonies of #510E19
Complementary color
Monochromatic Colors of #510E19
Black with #510E19
Text Example
Text Example
White with #510E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510E19; }
p { color: rgb(81,14,25); }
H1.HeaderClassName
{
color: #510E19;
}
.AnyTagClassName
{
color: #510E19;
}
</style>
background-color css
<style>
a { background-color: #510E19; }
a { background-color: rgb(81,14,25); }
div.DivClassName
{
background-color: #510E19;
}
.BgClassName
{
background-color: #510E19;
}
</style>
border-color css
<style>
span { border-color: #510E19; }
span { border-color: rgb(81,14,25); }
td.TdClassName
{
border-color: #510E19;
}
.TagClassName
{
border-color: #510E19;
}
</style>