Shades of Bordeaux #501422
Tints of Bordeaux #501422
RGB
CMYK
RGB Variations
Color information
#501422 (or 0x501422) is known color: Bordeaux. HEX triplet: 50, 14 and 22. RGB value is (80,20,34). Sum of RGB (Red+Green+Blue) = 80+20+34=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501422 is #AFEBDD. Grayscale: #272727. Windows color (decimal): -11529182 or 2233424. OLE color: 2233424.
HSL color Cylindrical-coordinate representation of color #501422: hue angle of 346º 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 #501422 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 34 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.69 |
| HSL | 346º | 0.6% | 0.2% | - |
| HSV(B) | 346º | 0.75% | 0.31% | - |
| XYZ | 3.85 | 2.32 | 1.76 | - |
| YUV | 39.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 34 | 0 | 0.75 | 0.58 | 0.69 | 346 | 0.6 | 0.2 |
| Hex | 50 | 14 | 22 | 0 | 4B | 3A | 45 | 15A | 3C | 14 |
| Octal | 120 | 24 | 42 | 0 | 113 | 72 | 105 | 532 | 74 | 24 |
| Binary | 1010000 | 10100 | 100010 | 0 | 1001011 | 111010 | 1000101 | 101011010 | 111100 | 10100 |
Color Harmonies of #501422
Complementary color
Monochromatic Colors of #501422
Black with #501422
Text Example
Text Example
White with #501422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501422; }
p { color: rgb(80,20,34); }
H1.HeaderClassName
{
color: #501422;
}
.AnyTagClassName
{
color: #501422;
}
</style>
background-color css
<style>
a { background-color: #501422; }
a { background-color: rgb(80,20,34); }
div.DivClassName
{
background-color: #501422;
}
.BgClassName
{
background-color: #501422;
}
</style>
border-color css
<style>
span { border-color: #501422; }
span { border-color: rgb(80,20,34); }
td.TdClassName
{
border-color: #501422;
}
.TagClassName
{
border-color: #501422;
}
</style>