Shades of Bordeaux #511224
Tints of Bordeaux #511224
RGB
CMYK
RGB Variations
Color information
#511224 (or 0x511224) is known color: Bordeaux. HEX triplet: 51, 12 and 24. RGB value is (81,18,36). Sum of RGB (Red+Green+Blue) = 81+18+36=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511224 is #AEEDDB. Grayscale: #262626. Windows color (decimal): -11464156 or 2363985. OLE color: 2363985.
HSL color Cylindrical-coordinate representation of color #511224: hue angle of 342.86º 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 #511224 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 36 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.68 |
| HSL | 342.86º | 0.64% | 0.19% | - |
| HSV(B) | 342.86º | 0.78% | 0.32% | - |
| XYZ | 3.93 | 2.31 | 1.91 | - |
| YUV | 38.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 36 | 0 | 0.78 | 0.56 | 0.68 | 342.86 | 0.64 | 0.19 |
| Hex | 51 | 12 | 24 | 0 | 4E | 38 | 44 | 157 | 40 | 13 |
| Octal | 121 | 22 | 44 | 0 | 116 | 70 | 104 | 527 | 100 | 23 |
| Binary | 1010001 | 10010 | 100100 | 0 | 1001110 | 111000 | 1000100 | 101010111 | 1000000 | 10011 |
Color Harmonies of #511224
Complementary color
Monochromatic Colors of #511224
Black with #511224
Text Example
Text Example
White with #511224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511224; }
p { color: rgb(81,18,36); }
H1.HeaderClassName
{
color: #511224;
}
.AnyTagClassName
{
color: #511224;
}
</style>
background-color css
<style>
a { background-color: #511224; }
a { background-color: rgb(81,18,36); }
div.DivClassName
{
background-color: #511224;
}
.BgClassName
{
background-color: #511224;
}
</style>
border-color css
<style>
span { border-color: #511224; }
span { border-color: rgb(81,18,36); }
td.TdClassName
{
border-color: #511224;
}
.TagClassName
{
border-color: #511224;
}
</style>