Shades of Bordeaux #511321
Tints of Bordeaux #511321
RGB
CMYK
RGB Variations
Color information
#511321 (or 0x511321) is known color: Bordeaux. HEX triplet: 51, 13 and 21. RGB value is (81,19,33). Sum of RGB (Red+Green+Blue) = 81+19+33=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511321 is #AEECDE. Grayscale: #272727. Windows color (decimal): -11463903 or 2167633. OLE color: 2167633.
HSL color Cylindrical-coordinate representation of color #511321: hue angle of 346.45º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511321 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 33 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.68 |
| HSL | 346.45º | 0.62% | 0.2% | - |
| HSV(B) | 346.45º | 0.77% | 0.32% | - |
| XYZ | 3.9 | 2.32 | 1.68 | - |
| YUV | 39.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 33 | 0 | 0.77 | 0.59 | 0.68 | 346.45 | 0.62 | 0.2 |
| Hex | 51 | 13 | 21 | 0 | 4D | 3B | 44 | 15A | 3E | 14 |
| Octal | 121 | 23 | 41 | 0 | 115 | 73 | 104 | 532 | 76 | 24 |
| Binary | 1010001 | 10011 | 100001 | 0 | 1001101 | 111011 | 1000100 | 101011010 | 111110 | 10100 |
Color Harmonies of #511321
Complementary color
Monochromatic Colors of #511321
Black with #511321
Text Example
Text Example
White with #511321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511321; }
p { color: rgb(81,19,33); }
H1.HeaderClassName
{
color: #511321;
}
.AnyTagClassName
{
color: #511321;
}
</style>
background-color css
<style>
a { background-color: #511321; }
a { background-color: rgb(81,19,33); }
div.DivClassName
{
background-color: #511321;
}
.BgClassName
{
background-color: #511321;
}
</style>
border-color css
<style>
span { border-color: #511321; }
span { border-color: rgb(81,19,33); }
td.TdClassName
{
border-color: #511321;
}
.TagClassName
{
border-color: #511321;
}
</style>