Shades of Bordeaux #511E26
Tints of Bordeaux #511E26
RGB
CMYK
RGB Variations
Color information
#511E26 (or 0x511E26) is known color: Bordeaux. HEX triplet: 51, 1E and 26. RGB value is (81,30,38). Sum of RGB (Red+Green+Blue) = 81+30+38=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #511E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E26 is #AEE1D9. Grayscale: #2E2E2E. Windows color (decimal): -11461082 or 2498129. OLE color: 2498129.
HSL color Cylindrical-coordinate representation of color #511E26: hue angle of 350.59º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E26 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 38 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.68 |
| HSL | 350.59º | 0.46% | 0.22% | - |
| HSV(B) | 350.59º | 0.63% | 0.32% | - |
| XYZ | 4.21 | 2.82 | 2.16 | - |
| YUV | 46.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 38 | 0 | 0.63 | 0.53 | 0.68 | 350.59 | 0.46 | 0.22 |
| Hex | 51 | 1E | 26 | 0 | 3F | 35 | 44 | 15F | 2E | 16 |
| Octal | 121 | 36 | 46 | 0 | 77 | 65 | 104 | 537 | 56 | 26 |
| Binary | 1010001 | 11110 | 100110 | 0 | 111111 | 110101 | 1000100 | 101011111 | 101110 | 10110 |
Color Harmonies of #511E26
Complementary color
Monochromatic Colors of #511E26
Black with #511E26
Text Example
Text Example
White with #511E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E26; }
p { color: rgb(81,30,38); }
H1.HeaderClassName
{
color: #511E26;
}
.AnyTagClassName
{
color: #511E26;
}
</style>
background-color css
<style>
a { background-color: #511E26; }
a { background-color: rgb(81,30,38); }
div.DivClassName
{
background-color: #511E26;
}
.BgClassName
{
background-color: #511E26;
}
</style>
border-color css
<style>
span { border-color: #511E26; }
span { border-color: rgb(81,30,38); }
td.TdClassName
{
border-color: #511E26;
}
.TagClassName
{
border-color: #511E26;
}
</style>