Shades of Bordeaux #500016
Tints of Bordeaux #500016
RGB
CMYK
RGB Variations
Color information
#500016 (or 0x500016) is known color: Bordeaux. HEX triplet: 50, 00 and 16. RGB value is (80,0,22). Sum of RGB (Red+Green+Blue) = 80+0+22=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500016 is #AFFFE9. Grayscale: #1A1A1A. Windows color (decimal): -11534314 or 1441872. OLE color: 1441872.
HSL color Cylindrical-coordinate representation of color #500016: hue angle of 343.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500016 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.72 | 0.69 |
| HSL | 343.5º | 1% | 0.16% | - |
| HSV(B) | 343.5º | 1% | 0.31% | - |
| XYZ | 3.45 | 1.76 | 0.92 | - |
| YUV | 26.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 22 | 0 | 1 | 0.72 | 0.69 | 343.5 | 1 | 0.16 |
| Hex | 50 | 0 | 16 | 0 | 64 | 48 | 45 | 158 | 64 | 10 |
| Octal | 120 | 0 | 26 | 0 | 144 | 110 | 105 | 530 | 144 | 20 |
| Binary | 1010000 | 0 | 10110 | 0 | 1100100 | 1001000 | 1000101 | 101011000 | 1100100 | 10000 |
Color Harmonies of #500016
Complementary color
Monochromatic Colors of #500016
Black with #500016
Text Example
Text Example
White with #500016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500016; }
p { color: rgb(80,0,22); }
H1.HeaderClassName
{
color: #500016;
}
.AnyTagClassName
{
color: #500016;
}
</style>
background-color css
<style>
a { background-color: #500016; }
a { background-color: rgb(80,0,22); }
div.DivClassName
{
background-color: #500016;
}
.BgClassName
{
background-color: #500016;
}
</style>
border-color css
<style>
span { border-color: #500016; }
span { border-color: rgb(80,0,22); }
td.TdClassName
{
border-color: #500016;
}
.TagClassName
{
border-color: #500016;
}
</style>