Shades of Bordeaux #501121
Tints of Bordeaux #501121
RGB
CMYK
RGB Variations
Color information
#501121 (or 0x501121) is known color: Bordeaux. HEX triplet: 50, 11 and 21. RGB value is (80,17,33). Sum of RGB (Red+Green+Blue) = 80+17+33=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #501121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501121 is #AFEEDE. Grayscale: #252525. Windows color (decimal): -11529951 or 2167120. OLE color: 2167120.
HSL color Cylindrical-coordinate representation of color #501121: hue angle of 344.76º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501121 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 33 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.69 |
| HSL | 344.76º | 0.65% | 0.19% | - |
| HSV(B) | 344.76º | 0.79% | 0.31% | - |
| XYZ | 3.78 | 2.22 | 1.67 | - |
| YUV | 37.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 33 | 0 | 0.79 | 0.59 | 0.69 | 344.76 | 0.65 | 0.19 |
| Hex | 50 | 11 | 21 | 0 | 4F | 3B | 45 | 159 | 41 | 13 |
| Octal | 120 | 21 | 41 | 0 | 117 | 73 | 105 | 531 | 101 | 23 |
| Binary | 1010000 | 10001 | 100001 | 0 | 1001111 | 111011 | 1000101 | 101011001 | 1000001 | 10011 |
Color Harmonies of #501121
Complementary color
Monochromatic Colors of #501121
Black with #501121
Text Example
Text Example
White with #501121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501121; }
p { color: rgb(80,17,33); }
H1.HeaderClassName
{
color: #501121;
}
.AnyTagClassName
{
color: #501121;
}
</style>
background-color css
<style>
a { background-color: #501121; }
a { background-color: rgb(80,17,33); }
div.DivClassName
{
background-color: #501121;
}
.BgClassName
{
background-color: #501121;
}
</style>
border-color css
<style>
span { border-color: #501121; }
span { border-color: rgb(80,17,33); }
td.TdClassName
{
border-color: #501121;
}
.TagClassName
{
border-color: #501121;
}
</style>