Shades of Bordeaux #511128
Tints of Bordeaux #511128
RGB
CMYK
RGB Variations
Color information
#511128 (or 0x511128) is known color: Bordeaux. HEX triplet: 51, 11 and 28. RGB value is (81,17,40). Sum of RGB (Red+Green+Blue) = 81+17+40=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511128 is #AEEED7. Grayscale: #262626. Windows color (decimal): -11464408 or 2625873. OLE color: 2625873.
HSL color Cylindrical-coordinate representation of color #511128: hue angle of 338.44º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511128 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 40 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.68 |
| HSL | 338.44º | 0.65% | 0.19% | - |
| HSV(B) | 338.44º | 0.79% | 0.32% | - |
| XYZ | 3.98 | 2.3 | 2.24 | - |
| YUV | 38.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 40 | 0 | 0.79 | 0.51 | 0.68 | 338.44 | 0.65 | 0.19 |
| Hex | 51 | 11 | 28 | 0 | 4F | 33 | 44 | 152 | 41 | 13 |
| Octal | 121 | 21 | 50 | 0 | 117 | 63 | 104 | 522 | 101 | 23 |
| Binary | 1010001 | 10001 | 101000 | 0 | 1001111 | 110011 | 1000100 | 101010010 | 1000001 | 10011 |
Color Harmonies of #511128
Complementary color
Monochromatic Colors of #511128
Black with #511128
Text Example
Text Example
White with #511128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511128; }
p { color: rgb(81,17,40); }
H1.HeaderClassName
{
color: #511128;
}
.AnyTagClassName
{
color: #511128;
}
</style>
background-color css
<style>
a { background-color: #511128; }
a { background-color: rgb(81,17,40); }
div.DivClassName
{
background-color: #511128;
}
.BgClassName
{
background-color: #511128;
}
</style>
border-color css
<style>
span { border-color: #511128; }
span { border-color: rgb(81,17,40); }
td.TdClassName
{
border-color: #511128;
}
.TagClassName
{
border-color: #511128;
}
</style>