Shades of Bordeaux #511229
Tints of Bordeaux #511229
RGB
CMYK
RGB Variations
Color information
#511229 (or 0x511229) is known color: Bordeaux. HEX triplet: 51, 12 and 29. RGB value is (81,18,41). Sum of RGB (Red+Green+Blue) = 81+18+41=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511229 is #AEEDD6. Grayscale: #272727. Windows color (decimal): -11464151 or 2691665. OLE color: 2691665.
HSL color Cylindrical-coordinate representation of color #511229: hue angle of 338.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511229 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 41 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.68 |
| HSL | 338.1º | 0.64% | 0.19% | - |
| HSV(B) | 338.1º | 0.78% | 0.32% | - |
| XYZ | 4.01 | 2.34 | 2.34 | - |
| YUV | 39.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 41 | 0 | 0.78 | 0.49 | 0.68 | 338.1 | 0.64 | 0.19 |
| Hex | 51 | 12 | 29 | 0 | 4E | 31 | 44 | 152 | 40 | 13 |
| Octal | 121 | 22 | 51 | 0 | 116 | 61 | 104 | 522 | 100 | 23 |
| Binary | 1010001 | 10010 | 101001 | 0 | 1001110 | 110001 | 1000100 | 101010010 | 1000000 | 10011 |
Color Harmonies of #511229
Complementary color
Monochromatic Colors of #511229
Black with #511229
Text Example
Text Example
White with #511229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511229; }
p { color: rgb(81,18,41); }
H1.HeaderClassName
{
color: #511229;
}
.AnyTagClassName
{
color: #511229;
}
</style>
background-color css
<style>
a { background-color: #511229; }
a { background-color: rgb(81,18,41); }
div.DivClassName
{
background-color: #511229;
}
.BgClassName
{
background-color: #511229;
}
</style>
border-color css
<style>
span { border-color: #511229; }
span { border-color: rgb(81,18,41); }
td.TdClassName
{
border-color: #511229;
}
.TagClassName
{
border-color: #511229;
}
</style>