Shades of Bordeaux #511926
Tints of Bordeaux #511926
RGB
CMYK
RGB Variations
Color information
#511926 (or 0x511926) is known color: Bordeaux. HEX triplet: 51, 19 and 26. RGB value is (81,25,38). Sum of RGB (Red+Green+Blue) = 81+25+38=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #511926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511926 is #AEE6D9. Grayscale: #2B2B2B. Windows color (decimal): -11462362 or 2496849. OLE color: 2496849.
HSL color Cylindrical-coordinate representation of color #511926: hue angle of 346.07º 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 #511926 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 38 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.68 |
| HSL | 346.07º | 0.53% | 0.21% | - |
| HSV(B) | 346.07º | 0.69% | 0.32% | - |
| XYZ | 4.09 | 2.58 | 2.12 | - |
| YUV | 43.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 38 | 0 | 0.69 | 0.53 | 0.68 | 346.07 | 0.53 | 0.21 |
| Hex | 51 | 19 | 26 | 0 | 45 | 35 | 44 | 15A | 35 | 15 |
| Octal | 121 | 31 | 46 | 0 | 105 | 65 | 104 | 532 | 65 | 25 |
| Binary | 1010001 | 11001 | 100110 | 0 | 1000101 | 110101 | 1000100 | 101011010 | 110101 | 10101 |
Color Harmonies of #511926
Complementary color
Monochromatic Colors of #511926
Black with #511926
Text Example
Text Example
White with #511926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511926; }
p { color: rgb(81,25,38); }
H1.HeaderClassName
{
color: #511926;
}
.AnyTagClassName
{
color: #511926;
}
</style>
background-color css
<style>
a { background-color: #511926; }
a { background-color: rgb(81,25,38); }
div.DivClassName
{
background-color: #511926;
}
.BgClassName
{
background-color: #511926;
}
</style>
border-color css
<style>
span { border-color: #511926; }
span { border-color: rgb(81,25,38); }
td.TdClassName
{
border-color: #511926;
}
.TagClassName
{
border-color: #511926;
}
</style>