Shades of Bordeaux #501D21
Tints of Bordeaux #501D21
RGB
CMYK
RGB Variations
Color information
#501D21 (or 0x501D21) is known color: Bordeaux. HEX triplet: 50, 1D and 21. RGB value is (80,29,33). Sum of RGB (Red+Green+Blue) = 80+29+33=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D21 is #AFE2DE. Grayscale: #2C2C2C. Windows color (decimal): -11526879 or 2170192. OLE color: 2170192.
HSL color Cylindrical-coordinate representation of color #501D21: hue angle of 355.29º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D21 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 33 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.69 |
| HSL | 355.29º | 0.47% | 0.21% | - |
| HSV(B) | 355.29º | 0.64% | 0.31% | - |
| XYZ | 4.02 | 2.69 | 1.75 | - |
| YUV | 44.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 33 | 0 | 0.64 | 0.59 | 0.69 | 355.29 | 0.47 | 0.21 |
| Hex | 50 | 1D | 21 | 0 | 40 | 3B | 45 | 163 | 2F | 15 |
| Octal | 120 | 35 | 41 | 0 | 100 | 73 | 105 | 543 | 57 | 25 |
| Binary | 1010000 | 11101 | 100001 | 0 | 1000000 | 111011 | 1000101 | 101100011 | 101111 | 10101 |
Color Harmonies of #501D21
Complementary color
Monochromatic Colors of #501D21
Black with #501D21
Text Example
Text Example
White with #501D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D21; }
p { color: rgb(80,29,33); }
H1.HeaderClassName
{
color: #501D21;
}
.AnyTagClassName
{
color: #501D21;
}
</style>
background-color css
<style>
a { background-color: #501D21; }
a { background-color: rgb(80,29,33); }
div.DivClassName
{
background-color: #501D21;
}
.BgClassName
{
background-color: #501D21;
}
</style>
border-color css
<style>
span { border-color: #501D21; }
span { border-color: rgb(80,29,33); }
td.TdClassName
{
border-color: #501D21;
}
.TagClassName
{
border-color: #501D21;
}
</style>