Shades of Bordeaux #511421
Tints of Bordeaux #511421
RGB
CMYK
RGB Variations
Color information
#511421 (or 0x511421) is known color: Bordeaux. HEX triplet: 51, 14 and 21. RGB value is (81,20,33). Sum of RGB (Red+Green+Blue) = 81+20+33=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511421 is #AEEBDE. Grayscale: #272727. Windows color (decimal): -11463647 or 2167889. OLE color: 2167889.
HSL color Cylindrical-coordinate representation of color #511421: hue angle of 347.21º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511421 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 33 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.68 |
| HSL | 347.21º | 0.6% | 0.2% | - |
| HSV(B) | 347.21º | 0.75% | 0.32% | - |
| XYZ | 3.92 | 2.36 | 1.69 | - |
| YUV | 39.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 33 | 0 | 0.75 | 0.59 | 0.68 | 347.21 | 0.6 | 0.2 |
| Hex | 51 | 14 | 21 | 0 | 4B | 3B | 44 | 15B | 3C | 14 |
| Octal | 121 | 24 | 41 | 0 | 113 | 73 | 104 | 533 | 74 | 24 |
| Binary | 1010001 | 10100 | 100001 | 0 | 1001011 | 111011 | 1000100 | 101011011 | 111100 | 10100 |
Color Harmonies of #511421
Complementary color
Monochromatic Colors of #511421
Black with #511421
Text Example
Text Example
White with #511421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511421; }
p { color: rgb(81,20,33); }
H1.HeaderClassName
{
color: #511421;
}
.AnyTagClassName
{
color: #511421;
}
</style>
background-color css
<style>
a { background-color: #511421; }
a { background-color: rgb(81,20,33); }
div.DivClassName
{
background-color: #511421;
}
.BgClassName
{
background-color: #511421;
}
</style>
border-color css
<style>
span { border-color: #511421; }
span { border-color: rgb(81,20,33); }
td.TdClassName
{
border-color: #511421;
}
.TagClassName
{
border-color: #511421;
}
</style>