Shades of Bordeaux #510924
Tints of Bordeaux #510924
RGB
CMYK
RGB Variations
Color information
#510924 (or 0x510924) is known color: Bordeaux. HEX triplet: 51, 09 and 24. RGB value is (81,9,36). Sum of RGB (Red+Green+Blue) = 81+9+36=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510924 is #AEF6DB. Grayscale: #212121. Windows color (decimal): -11466460 or 2361681. OLE color: 2361681.
HSL color Cylindrical-coordinate representation of color #510924: hue angle of 337.5º 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 #510924 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 36 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.68 |
| HSL | 337.5º | 0.8% | 0.18% | - |
| HSV(B) | 337.5º | 0.89% | 0.32% | - |
| XYZ | 3.81 | 2.07 | 1.87 | - |
| YUV | 33.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 36 | 0 | 0.89 | 0.56 | 0.68 | 337.5 | 0.8 | 0.18 |
| Hex | 51 | 9 | 24 | 0 | 59 | 38 | 44 | 152 | 50 | 12 |
| Octal | 121 | 11 | 44 | 0 | 131 | 70 | 104 | 522 | 120 | 22 |
| Binary | 1010001 | 1001 | 100100 | 0 | 1011001 | 111000 | 1000100 | 101010010 | 1010000 | 10010 |
Color Harmonies of #510924
Complementary color
Monochromatic Colors of #510924
Black with #510924
Text Example
Text Example
White with #510924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510924; }
p { color: rgb(81,9,36); }
H1.HeaderClassName
{
color: #510924;
}
.AnyTagClassName
{
color: #510924;
}
</style>
background-color css
<style>
a { background-color: #510924; }
a { background-color: rgb(81,9,36); }
div.DivClassName
{
background-color: #510924;
}
.BgClassName
{
background-color: #510924;
}
</style>
border-color css
<style>
span { border-color: #510924; }
span { border-color: rgb(81,9,36); }
td.TdClassName
{
border-color: #510924;
}
.TagClassName
{
border-color: #510924;
}
</style>