Shades of Bordeaux #510910
Tints of Bordeaux #510910
RGB
CMYK
RGB Variations
Color information
#510910 (or 0x510910) is known color: Bordeaux. HEX triplet: 51, 09 and 10. RGB value is (81,9,16). Sum of RGB (Red+Green+Blue) = 81+9+16=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510910 is #AEF6EF. Grayscale: #1F1F1F. Windows color (decimal): -11466480 or 1050961. OLE color: 1050961.
HSL color Cylindrical-coordinate representation of color #510910: hue angle of 354.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510910 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 16 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.68 |
| HSL | 354.17º | 0.8% | 0.18% | - |
| HSV(B) | 354.17º | 0.89% | 0.32% | - |
| XYZ | 3.58 | 1.98 | 0.68 | - |
| YUV | 31.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 16 | 0 | 0.89 | 0.80 | 0.68 | 354.17 | 0.8 | 0.18 |
| Hex | 51 | 9 | 10 | 0 | 59 | 50 | 44 | 162 | 50 | 12 |
| Octal | 121 | 11 | 20 | 0 | 131 | 120 | 104 | 542 | 120 | 22 |
| Binary | 1010001 | 1001 | 10000 | 0 | 1011001 | 1010000 | 1000100 | 101100010 | 1010000 | 10010 |
Color Harmonies of #510910
Complementary color
Monochromatic Colors of #510910
Black with #510910
Text Example
Text Example
White with #510910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510910; }
p { color: rgb(81,9,16); }
H1.HeaderClassName
{
color: #510910;
}
.AnyTagClassName
{
color: #510910;
}
</style>
background-color css
<style>
a { background-color: #510910; }
a { background-color: rgb(81,9,16); }
div.DivClassName
{
background-color: #510910;
}
.BgClassName
{
background-color: #510910;
}
</style>
border-color css
<style>
span { border-color: #510910; }
span { border-color: rgb(81,9,16); }
td.TdClassName
{
border-color: #510910;
}
.TagClassName
{
border-color: #510910;
}
</style>