Shades of Bordeaux #511A2B
Tints of Bordeaux #511A2B
RGB
CMYK
RGB Variations
Color information
#511A2B (or 0x511A2B) is known color: Bordeaux. HEX triplet: 51, 1A and 2B. RGB value is (81,26,43). Sum of RGB (Red+Green+Blue) = 81+26+43=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #511A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A2B is #AEE5D4. Grayscale: #2C2C2C. Windows color (decimal): -11462101 or 2824785. OLE color: 2824785.
HSL color Cylindrical-coordinate representation of color #511A2B: hue angle of 341.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A2B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 43 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.68 |
| HSL | 341.45º | 0.51% | 0.21% | - |
| HSV(B) | 341.45º | 0.68% | 0.32% | - |
| XYZ | 4.2 | 2.66 | 2.58 | - |
| YUV | 44.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 43 | 0 | 0.68 | 0.47 | 0.68 | 341.45 | 0.51 | 0.21 |
| Hex | 51 | 1A | 2B | 0 | 44 | 2F | 44 | 155 | 33 | 15 |
| Octal | 121 | 32 | 53 | 0 | 104 | 57 | 104 | 525 | 63 | 25 |
| Binary | 1010001 | 11010 | 101011 | 0 | 1000100 | 101111 | 1000100 | 101010101 | 110011 | 10101 |
Color Harmonies of #511A2B
Complementary color
Monochromatic Colors of #511A2B
Black with #511A2B
Text Example
Text Example
White with #511A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A2B; }
p { color: rgb(81,26,43); }
H1.HeaderClassName
{
color: #511A2B;
}
.AnyTagClassName
{
color: #511A2B;
}
</style>
background-color css
<style>
a { background-color: #511A2B; }
a { background-color: rgb(81,26,43); }
div.DivClassName
{
background-color: #511A2B;
}
.BgClassName
{
background-color: #511A2B;
}
</style>
border-color css
<style>
span { border-color: #511A2B; }
span { border-color: rgb(81,26,43); }
td.TdClassName
{
border-color: #511A2B;
}
.TagClassName
{
border-color: #511A2B;
}
</style>