Shades of Bordeaux #501420
Tints of Bordeaux #501420
RGB
CMYK
RGB Variations
Color information
#501420 (or 0x501420) is known color: Bordeaux. HEX triplet: 50, 14 and 20. RGB value is (80,20,32). Sum of RGB (Red+Green+Blue) = 80+20+32=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501420 is #AFEBDF. Grayscale: #272727. Windows color (decimal): -11529184 or 2102352. OLE color: 2102352.
HSL color Cylindrical-coordinate representation of color #501420: hue angle of 348º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501420 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 32 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.69 |
| HSL | 348º | 0.6% | 0.2% | - |
| HSV(B) | 348º | 0.75% | 0.31% | - |
| XYZ | 3.82 | 2.31 | 1.61 | - |
| YUV | 39.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 32 | 0 | 0.75 | 0.60 | 0.69 | 348 | 0.6 | 0.2 |
| Hex | 50 | 14 | 20 | 0 | 4B | 3C | 45 | 15C | 3C | 14 |
| Octal | 120 | 24 | 40 | 0 | 113 | 74 | 105 | 534 | 74 | 24 |
| Binary | 1010000 | 10100 | 100000 | 0 | 1001011 | 111100 | 1000101 | 101011100 | 111100 | 10100 |
Color Harmonies of #501420
Complementary color
Monochromatic Colors of #501420
Black with #501420
Text Example
Text Example
White with #501420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501420; }
p { color: rgb(80,20,32); }
H1.HeaderClassName
{
color: #501420;
}
.AnyTagClassName
{
color: #501420;
}
</style>
background-color css
<style>
a { background-color: #501420; }
a { background-color: rgb(80,20,32); }
div.DivClassName
{
background-color: #501420;
}
.BgClassName
{
background-color: #501420;
}
</style>
border-color css
<style>
span { border-color: #501420; }
span { border-color: rgb(80,20,32); }
td.TdClassName
{
border-color: #501420;
}
.TagClassName
{
border-color: #501420;
}
</style>