Shades of Bordeaux #510F12
Tints of Bordeaux #510F12
RGB
CMYK
RGB Variations
Color information
#510F12 (or 0x510F12) is known color: Bordeaux. HEX triplet: 51, 0F and 12. RGB value is (81,15,18). Sum of RGB (Red+Green+Blue) = 81+15+18=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #510F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510F12 is #AEF0ED. Grayscale: #232323. Windows color (decimal): -11464942 or 1183569. OLE color: 1183569.
HSL color Cylindrical-coordinate representation of color #510F12: hue angle of 357.27º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F12 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 18 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.68 |
| HSL | 357.27º | 0.69% | 0.19% | - |
| HSV(B) | 357.27º | 0.81% | 0.32% | - |
| XYZ | 3.67 | 2.13 | 0.79 | - |
| YUV | 35.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 18 | 0 | 0.81 | 0.78 | 0.68 | 357.27 | 0.69 | 0.19 |
| Hex | 51 | F | 12 | 0 | 51 | 4E | 44 | 165 | 45 | 13 |
| Octal | 121 | 17 | 22 | 0 | 121 | 116 | 104 | 545 | 105 | 23 |
| Binary | 1010001 | 1111 | 10010 | 0 | 1010001 | 1001110 | 1000100 | 101100101 | 1000101 | 10011 |
Color Harmonies of #510F12
Complementary color
Monochromatic Colors of #510F12
Black with #510F12
Text Example
Text Example
White with #510F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F12; }
p { color: rgb(81,15,18); }
H1.HeaderClassName
{
color: #510F12;
}
.AnyTagClassName
{
color: #510F12;
}
</style>
background-color css
<style>
a { background-color: #510F12; }
a { background-color: rgb(81,15,18); }
div.DivClassName
{
background-color: #510F12;
}
.BgClassName
{
background-color: #510F12;
}
</style>
border-color css
<style>
span { border-color: #510F12; }
span { border-color: rgb(81,15,18); }
td.TdClassName
{
border-color: #510F12;
}
.TagClassName
{
border-color: #510F12;
}
</style>