Shades of Bordeaux #501022
Tints of Bordeaux #501022
RGB
CMYK
RGB Variations
Color information
#501022 (or 0x501022) is known color: Bordeaux. HEX triplet: 50, 10 and 22. RGB value is (80,16,34). Sum of RGB (Red+Green+Blue) = 80+16+34=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501022 is #AFEFDD. Grayscale: #252525. Windows color (decimal): -11530206 or 2232400. OLE color: 2232400.
HSL color Cylindrical-coordinate representation of color #501022: hue angle of 343.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501022 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 34 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.69 |
| HSL | 343.13º | 0.67% | 0.19% | - |
| HSV(B) | 343.13º | 0.8% | 0.31% | - |
| XYZ | 3.78 | 2.19 | 1.74 | - |
| YUV | 37.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 34 | 0 | 0.80 | 0.58 | 0.69 | 343.13 | 0.67 | 0.19 |
| Hex | 50 | 10 | 22 | 0 | 50 | 3A | 45 | 157 | 43 | 13 |
| Octal | 120 | 20 | 42 | 0 | 120 | 72 | 105 | 527 | 103 | 23 |
| Binary | 1010000 | 10000 | 100010 | 0 | 1010000 | 111010 | 1000101 | 101010111 | 1000011 | 10011 |
Color Harmonies of #501022
Complementary color
Monochromatic Colors of #501022
Black with #501022
Text Example
Text Example
White with #501022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501022; }
p { color: rgb(80,16,34); }
H1.HeaderClassName
{
color: #501022;
}
.AnyTagClassName
{
color: #501022;
}
</style>
background-color css
<style>
a { background-color: #501022; }
a { background-color: rgb(80,16,34); }
div.DivClassName
{
background-color: #501022;
}
.BgClassName
{
background-color: #501022;
}
</style>
border-color css
<style>
span { border-color: #501022; }
span { border-color: rgb(80,16,34); }
td.TdClassName
{
border-color: #501022;
}
.TagClassName
{
border-color: #501022;
}
</style>