Shades of Bordeaux #511024
Tints of Bordeaux #511024
RGB
CMYK
RGB Variations
Color information
#511024 (or 0x511024) is known color: Bordeaux. HEX triplet: 51, 10 and 24. RGB value is (81,16,36). Sum of RGB (Red+Green+Blue) = 81+16+36=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511024 is #AEEFDB. Grayscale: #252525. Windows color (decimal): -11464668 or 2363473. OLE color: 2363473.
HSL color Cylindrical-coordinate representation of color #511024: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511024 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 16 | 36 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.68 |
| HSL | 341.54º | 0.67% | 0.19% | - |
| HSV(B) | 341.54º | 0.8% | 0.32% | - |
| XYZ | 3.9 | 2.25 | 1.9 | - |
| YUV | 37.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 36 | 0 | 0.80 | 0.56 | 0.68 | 341.54 | 0.67 | 0.19 |
| Hex | 51 | 10 | 24 | 0 | 50 | 38 | 44 | 156 | 43 | 13 |
| Octal | 121 | 20 | 44 | 0 | 120 | 70 | 104 | 526 | 103 | 23 |
| Binary | 1010001 | 10000 | 100100 | 0 | 1010000 | 111000 | 1000100 | 101010110 | 1000011 | 10011 |
Color Harmonies of #511024
Complementary color
Monochromatic Colors of #511024
Black with #511024
Text Example
Text Example
White with #511024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511024; }
p { color: rgb(81,16,36); }
H1.HeaderClassName
{
color: #511024;
}
.AnyTagClassName
{
color: #511024;
}
</style>
background-color css
<style>
a { background-color: #511024; }
a { background-color: rgb(81,16,36); }
div.DivClassName
{
background-color: #511024;
}
.BgClassName
{
background-color: #511024;
}
</style>
border-color css
<style>
span { border-color: #511024; }
span { border-color: rgb(81,16,36); }
td.TdClassName
{
border-color: #511024;
}
.TagClassName
{
border-color: #511024;
}
</style>