Shades of Bordeaux #511420
Tints of Bordeaux #511420
RGB
CMYK
RGB Variations
Color information
#511420 (or 0x511420) is known color: Bordeaux. HEX triplet: 51, 14 and 20. RGB value is (81,20,32). Sum of RGB (Red+Green+Blue) = 81+20+32=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511420 is #AEEBDF. Grayscale: #272727. Windows color (decimal): -11463648 or 2102353. OLE color: 2102353.
HSL color Cylindrical-coordinate representation of color #511420: hue angle of 348.2º 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 #511420 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 20 | 32 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.68 |
| HSL | 348.2º | 0.6% | 0.2% | - |
| HSV(B) | 348.2º | 0.75% | 0.32% | - |
| XYZ | 3.9 | 2.35 | 1.62 | - |
| YUV | 39.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 32 | 0 | 0.75 | 0.60 | 0.68 | 348.2 | 0.6 | 0.2 |
| Hex | 51 | 14 | 20 | 0 | 4B | 3C | 44 | 15C | 3C | 14 |
| Octal | 121 | 24 | 40 | 0 | 113 | 74 | 104 | 534 | 74 | 24 |
| Binary | 1010001 | 10100 | 100000 | 0 | 1001011 | 111100 | 1000100 | 101011100 | 111100 | 10100 |
Color Harmonies of #511420
Complementary color
Monochromatic Colors of #511420
Black with #511420
Text Example
Text Example
White with #511420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511420; }
p { color: rgb(81,20,32); }
H1.HeaderClassName
{
color: #511420;
}
.AnyTagClassName
{
color: #511420;
}
</style>
background-color css
<style>
a { background-color: #511420; }
a { background-color: rgb(81,20,32); }
div.DivClassName
{
background-color: #511420;
}
.BgClassName
{
background-color: #511420;
}
</style>
border-color css
<style>
span { border-color: #511420; }
span { border-color: rgb(81,20,32); }
td.TdClassName
{
border-color: #511420;
}
.TagClassName
{
border-color: #511420;
}
</style>