Shades of Bordeaux #501321
Tints of Bordeaux #501321
RGB
CMYK
RGB Variations
Color information
#501321 (or 0x501321) is known color: Bordeaux. HEX triplet: 50, 13 and 21. RGB value is (80,19,33). Sum of RGB (Red+Green+Blue) = 80+19+33=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #501321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501321 is #AFECDE. Grayscale: #262626. Windows color (decimal): -11529439 or 2167632. OLE color: 2167632.
HSL color Cylindrical-coordinate representation of color #501321: hue angle of 346.23º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501321 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 33 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.69 |
| HSL | 346.23º | 0.62% | 0.19% | - |
| HSV(B) | 346.23º | 0.76% | 0.31% | - |
| XYZ | 3.82 | 2.28 | 1.68 | - |
| YUV | 38.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 33 | 0 | 0.76 | 0.59 | 0.69 | 346.23 | 0.62 | 0.19 |
| Hex | 50 | 13 | 21 | 0 | 4C | 3B | 45 | 15A | 3E | 13 |
| Octal | 120 | 23 | 41 | 0 | 114 | 73 | 105 | 532 | 76 | 23 |
| Binary | 1010000 | 10011 | 100001 | 0 | 1001100 | 111011 | 1000101 | 101011010 | 111110 | 10011 |
Color Harmonies of #501321
Complementary color
Monochromatic Colors of #501321
Black with #501321
Text Example
Text Example
White with #501321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501321; }
p { color: rgb(80,19,33); }
H1.HeaderClassName
{
color: #501321;
}
.AnyTagClassName
{
color: #501321;
}
</style>
background-color css
<style>
a { background-color: #501321; }
a { background-color: rgb(80,19,33); }
div.DivClassName
{
background-color: #501321;
}
.BgClassName
{
background-color: #501321;
}
</style>
border-color css
<style>
span { border-color: #501321; }
span { border-color: rgb(80,19,33); }
td.TdClassName
{
border-color: #501321;
}
.TagClassName
{
border-color: #501321;
}
</style>