Shades of Bordeaux #501521
Tints of Bordeaux #501521
RGB
CMYK
RGB Variations
Color information
#501521 (or 0x501521) is known color: Bordeaux. HEX triplet: 50, 15 and 21. RGB value is (80,21,33). Sum of RGB (Red+Green+Blue) = 80+21+33=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501521 is #AFEADE. Grayscale: #282828. Windows color (decimal): -11528927 or 2168144. OLE color: 2168144.
HSL color Cylindrical-coordinate representation of color #501521: hue angle of 347.8º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501521 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 33 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.69 |
| HSL | 347.8º | 0.58% | 0.2% | - |
| HSV(B) | 347.8º | 0.74% | 0.31% | - |
| XYZ | 3.85 | 2.35 | 1.69 | - |
| YUV | 40.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 33 | 0 | 0.74 | 0.59 | 0.69 | 347.8 | 0.58 | 0.2 |
| Hex | 50 | 15 | 21 | 0 | 4A | 3B | 45 | 15C | 3A | 14 |
| Octal | 120 | 25 | 41 | 0 | 112 | 73 | 105 | 534 | 72 | 24 |
| Binary | 1010000 | 10101 | 100001 | 0 | 1001010 | 111011 | 1000101 | 101011100 | 111010 | 10100 |
Color Harmonies of #501521
Complementary color
Monochromatic Colors of #501521
Black with #501521
Text Example
Text Example
White with #501521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501521; }
p { color: rgb(80,21,33); }
H1.HeaderClassName
{
color: #501521;
}
.AnyTagClassName
{
color: #501521;
}
</style>
background-color css
<style>
a { background-color: #501521; }
a { background-color: rgb(80,21,33); }
div.DivClassName
{
background-color: #501521;
}
.BgClassName
{
background-color: #501521;
}
</style>
border-color css
<style>
span { border-color: #501521; }
span { border-color: rgb(80,21,33); }
td.TdClassName
{
border-color: #501521;
}
.TagClassName
{
border-color: #501521;
}
</style>