Shades of Bordeaux #501C21
Tints of Bordeaux #501C21
RGB
CMYK
RGB Variations
Color information
#501C21 (or 0x501C21) is known color: Bordeaux. HEX triplet: 50, 1C and 21. RGB value is (80,28,33). Sum of RGB (Red+Green+Blue) = 80+28+33=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C21 is #AFE3DE. Grayscale: #2C2C2C. Windows color (decimal): -11527135 or 2169936. OLE color: 2169936.
HSL color Cylindrical-coordinate representation of color #501C21: hue angle of 354.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C21 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 33 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.69 |
| HSL | 354.23º | 0.48% | 0.21% | - |
| HSV(B) | 354.23º | 0.65% | 0.31% | - |
| XYZ | 4 | 2.65 | 1.74 | - |
| YUV | 44.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 33 | 0 | 0.65 | 0.59 | 0.69 | 354.23 | 0.48 | 0.21 |
| Hex | 50 | 1C | 21 | 0 | 41 | 3B | 45 | 162 | 30 | 15 |
| Octal | 120 | 34 | 41 | 0 | 101 | 73 | 105 | 542 | 60 | 25 |
| Binary | 1010000 | 11100 | 100001 | 0 | 1000001 | 111011 | 1000101 | 101100010 | 110000 | 10101 |
Color Harmonies of #501C21
Complementary color
Monochromatic Colors of #501C21
Black with #501C21
Text Example
Text Example
White with #501C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C21; }
p { color: rgb(80,28,33); }
H1.HeaderClassName
{
color: #501C21;
}
.AnyTagClassName
{
color: #501C21;
}
</style>
background-color css
<style>
a { background-color: #501C21; }
a { background-color: rgb(80,28,33); }
div.DivClassName
{
background-color: #501C21;
}
.BgClassName
{
background-color: #501C21;
}
</style>
border-color css
<style>
span { border-color: #501C21; }
span { border-color: rgb(80,28,33); }
td.TdClassName
{
border-color: #501C21;
}
.TagClassName
{
border-color: #501C21;
}
</style>