Shades of Bordeaux #511924
Tints of Bordeaux #511924
RGB
CMYK
RGB Variations
Color information
#511924 (or 0x511924) is known color: Bordeaux. HEX triplet: 51, 19 and 24. RGB value is (81,25,36). Sum of RGB (Red+Green+Blue) = 81+25+36=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511924 is #AEE6DB. Grayscale: #2B2B2B. Windows color (decimal): -11462364 or 2365777. OLE color: 2365777.
HSL color Cylindrical-coordinate representation of color #511924: hue angle of 348.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511924 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 36 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.68 |
| HSL | 348.21º | 0.53% | 0.21% | - |
| HSV(B) | 348.21º | 0.69% | 0.32% | - |
| XYZ | 4.06 | 2.57 | 1.95 | - |
| YUV | 43 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 36 | 0 | 0.69 | 0.56 | 0.68 | 348.21 | 0.53 | 0.21 |
| Hex | 51 | 19 | 24 | 0 | 45 | 38 | 44 | 15C | 35 | 15 |
| Octal | 121 | 31 | 44 | 0 | 105 | 70 | 104 | 534 | 65 | 25 |
| Binary | 1010001 | 11001 | 100100 | 0 | 1000101 | 111000 | 1000100 | 101011100 | 110101 | 10101 |
Color Harmonies of #511924
Complementary color
Monochromatic Colors of #511924
Black with #511924
Text Example
Text Example
White with #511924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511924; }
p { color: rgb(81,25,36); }
H1.HeaderClassName
{
color: #511924;
}
.AnyTagClassName
{
color: #511924;
}
</style>
background-color css
<style>
a { background-color: #511924; }
a { background-color: rgb(81,25,36); }
div.DivClassName
{
background-color: #511924;
}
.BgClassName
{
background-color: #511924;
}
</style>
border-color css
<style>
span { border-color: #511924; }
span { border-color: rgb(81,25,36); }
td.TdClassName
{
border-color: #511924;
}
.TagClassName
{
border-color: #511924;
}
</style>