Shades of Bordeaux #511123
Tints of Bordeaux #511123
RGB
CMYK
RGB Variations
Color information
#511123 (or 0x511123) is known color: Bordeaux. HEX triplet: 51, 11 and 23. RGB value is (81,17,35). Sum of RGB (Red+Green+Blue) = 81+17+35=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511123 is #AEEEDC. Grayscale: #262626. Windows color (decimal): -11464413 or 2298193. OLE color: 2298193.
HSL color Cylindrical-coordinate representation of color #511123: hue angle of 343.12º 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 #511123 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 17 | 35 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.68 |
| HSL | 343.13º | 0.65% | 0.19% | - |
| HSV(B) | 343.13º | 0.79% | 0.32% | - |
| XYZ | 3.9 | 2.27 | 1.82 | - |
| YUV | 38.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 35 | 0 | 0.79 | 0.57 | 0.68 | 343.13 | 0.65 | 0.19 |
| Hex | 51 | 11 | 23 | 0 | 4F | 39 | 44 | 157 | 41 | 13 |
| Octal | 121 | 21 | 43 | 0 | 117 | 71 | 104 | 527 | 101 | 23 |
| Binary | 1010001 | 10001 | 100011 | 0 | 1001111 | 111001 | 1000100 | 101010111 | 1000001 | 10011 |
Color Harmonies of #511123
Complementary color
Monochromatic Colors of #511123
Black with #511123
Text Example
Text Example
White with #511123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511123; }
p { color: rgb(81,17,35); }
H1.HeaderClassName
{
color: #511123;
}
.AnyTagClassName
{
color: #511123;
}
</style>
background-color css
<style>
a { background-color: #511123; }
a { background-color: rgb(81,17,35); }
div.DivClassName
{
background-color: #511123;
}
.BgClassName
{
background-color: #511123;
}
</style>
border-color css
<style>
span { border-color: #511123; }
span { border-color: rgb(81,17,35); }
td.TdClassName
{
border-color: #511123;
}
.TagClassName
{
border-color: #511123;
}
</style>