Shades of Bordeaux #501016
Tints of Bordeaux #501016
RGB
CMYK
RGB Variations
Color information
#501016 (or 0x501016) is known color: Bordeaux. HEX triplet: 50, 10 and 16. RGB value is (80,16,22). Sum of RGB (Red+Green+Blue) = 80+16+22=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #501016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501016 is #AFEFE9. Grayscale: #232323. Windows color (decimal): -11530218 or 1445968. OLE color: 1445968.
HSL color Cylindrical-coordinate representation of color #501016: hue angle of 354.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501016 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 22 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.69 |
| HSL | 354.38º | 0.67% | 0.19% | - |
| HSV(B) | 354.38º | 0.8% | 0.31% | - |
| XYZ | 3.64 | 2.13 | 0.98 | - |
| YUV | 35.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 22 | 0 | 0.80 | 0.72 | 0.69 | 354.38 | 0.67 | 0.19 |
| Hex | 50 | 10 | 16 | 0 | 50 | 48 | 45 | 162 | 43 | 13 |
| Octal | 120 | 20 | 26 | 0 | 120 | 110 | 105 | 542 | 103 | 23 |
| Binary | 1010000 | 10000 | 10110 | 0 | 1010000 | 1001000 | 1000101 | 101100010 | 1000011 | 10011 |
Color Harmonies of #501016
Complementary color
Monochromatic Colors of #501016
Black with #501016
Text Example
Text Example
White with #501016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501016; }
p { color: rgb(80,16,22); }
H1.HeaderClassName
{
color: #501016;
}
.AnyTagClassName
{
color: #501016;
}
</style>
background-color css
<style>
a { background-color: #501016; }
a { background-color: rgb(80,16,22); }
div.DivClassName
{
background-color: #501016;
}
.BgClassName
{
background-color: #501016;
}
</style>
border-color css
<style>
span { border-color: #501016; }
span { border-color: rgb(80,16,22); }
td.TdClassName
{
border-color: #501016;
}
.TagClassName
{
border-color: #501016;
}
</style>