Shades of Bordeaux #501C22
Tints of Bordeaux #501C22
RGB
CMYK
RGB Variations
Color information
#501C22 (or 0x501C22) is known color: Bordeaux. HEX triplet: 50, 1C and 22. RGB value is (80,28,34). Sum of RGB (Red+Green+Blue) = 80+28+34=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C22 is #AFE3DD. Grayscale: #2C2C2C. Windows color (decimal): -11527134 or 2235472. OLE color: 2235472.
HSL color Cylindrical-coordinate representation of color #501C22: hue angle of 353.08º 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 #501C22 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 28 | 34 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.69 |
| HSL | 353.08º | 0.48% | 0.21% | - |
| HSV(B) | 353.08º | 0.65% | 0.31% | - |
| XYZ | 4.01 | 2.65 | 1.81 | - |
| YUV | 44.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 34 | 0 | 0.65 | 0.58 | 0.69 | 353.08 | 0.48 | 0.21 |
| Hex | 50 | 1C | 22 | 0 | 41 | 3A | 45 | 161 | 30 | 15 |
| Octal | 120 | 34 | 42 | 0 | 101 | 72 | 105 | 541 | 60 | 25 |
| Binary | 1010000 | 11100 | 100010 | 0 | 1000001 | 111010 | 1000101 | 101100001 | 110000 | 10101 |
Color Harmonies of #501C22
Complementary color
Monochromatic Colors of #501C22
Black with #501C22
Text Example
Text Example
White with #501C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C22; }
p { color: rgb(80,28,34); }
H1.HeaderClassName
{
color: #501C22;
}
.AnyTagClassName
{
color: #501C22;
}
</style>
background-color css
<style>
a { background-color: #501C22; }
a { background-color: rgb(80,28,34); }
div.DivClassName
{
background-color: #501C22;
}
.BgClassName
{
background-color: #501C22;
}
</style>
border-color css
<style>
span { border-color: #501C22; }
span { border-color: rgb(80,28,34); }
td.TdClassName
{
border-color: #501C22;
}
.TagClassName
{
border-color: #501C22;
}
</style>