Shades of Bordeaux #510512
Tints of Bordeaux #510512
RGB
CMYK
RGB Variations
Color information
#510512 (or 0x510512) is known color: Bordeaux. HEX triplet: 51, 05 and 12. RGB value is (81,5,18). Sum of RGB (Red+Green+Blue) = 81+5+18=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #510512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510512 is #AEFAED. Grayscale: #1D1D1D. Windows color (decimal): -11467502 or 1181009. OLE color: 1181009.
HSL color Cylindrical-coordinate representation of color #510512: hue angle of 349.74º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510512 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 18 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.68 |
| HSL | 349.74º | 0.88% | 0.17% | - |
| HSV(B) | 349.74º | 0.94% | 0.32% | - |
| XYZ | 3.56 | 1.9 | 0.75 | - |
| YUV | 29.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 18 | 0 | 0.94 | 0.78 | 0.68 | 349.74 | 0.88 | 0.17 |
| Hex | 51 | 5 | 12 | 0 | 5E | 4E | 44 | 15E | 58 | 11 |
| Octal | 121 | 5 | 22 | 0 | 136 | 116 | 104 | 536 | 130 | 21 |
| Binary | 1010001 | 101 | 10010 | 0 | 1011110 | 1001110 | 1000100 | 101011110 | 1011000 | 10001 |
Color Harmonies of #510512
Complementary color
Monochromatic Colors of #510512
Black with #510512
Text Example
Text Example
White with #510512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510512; }
p { color: rgb(81,5,18); }
H1.HeaderClassName
{
color: #510512;
}
.AnyTagClassName
{
color: #510512;
}
</style>
background-color css
<style>
a { background-color: #510512; }
a { background-color: rgb(81,5,18); }
div.DivClassName
{
background-color: #510512;
}
.BgClassName
{
background-color: #510512;
}
</style>
border-color css
<style>
span { border-color: #510512; }
span { border-color: rgb(81,5,18); }
td.TdClassName
{
border-color: #510512;
}
.TagClassName
{
border-color: #510512;
}
</style>