Shades of Bordeaux #501821
Tints of Bordeaux #501821
RGB
CMYK
RGB Variations
Color information
#501821 (or 0x501821) is known color: Bordeaux. HEX triplet: 50, 18 and 21. RGB value is (80,24,33). Sum of RGB (Red+Green+Blue) = 80+24+33=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501821 is #AFE7DE. Grayscale: #292929. Windows color (decimal): -11528159 or 2168912. OLE color: 2168912.
HSL color Cylindrical-coordinate representation of color #501821: hue angle of 350.36º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501821 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 33 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.69 |
| HSL | 350.36º | 0.54% | 0.2% | - |
| HSV(B) | 350.36º | 0.7% | 0.31% | - |
| XYZ | 3.91 | 2.47 | 1.71 | - |
| YUV | 41.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 33 | 0 | 0.70 | 0.59 | 0.69 | 350.36 | 0.54 | 0.2 |
| Hex | 50 | 18 | 21 | 0 | 46 | 3B | 45 | 15E | 36 | 14 |
| Octal | 120 | 30 | 41 | 0 | 106 | 73 | 105 | 536 | 66 | 24 |
| Binary | 1010000 | 11000 | 100001 | 0 | 1000110 | 111011 | 1000101 | 101011110 | 110110 | 10100 |
Color Harmonies of #501821
Complementary color
Monochromatic Colors of #501821
Black with #501821
Text Example
Text Example
White with #501821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501821; }
p { color: rgb(80,24,33); }
H1.HeaderClassName
{
color: #501821;
}
.AnyTagClassName
{
color: #501821;
}
</style>
background-color css
<style>
a { background-color: #501821; }
a { background-color: rgb(80,24,33); }
div.DivClassName
{
background-color: #501821;
}
.BgClassName
{
background-color: #501821;
}
</style>
border-color css
<style>
span { border-color: #501821; }
span { border-color: rgb(80,24,33); }
td.TdClassName
{
border-color: #501821;
}
.TagClassName
{
border-color: #501821;
}
</style>