Shades of Bordeaux #500F16
Tints of Bordeaux #500F16
RGB
CMYK
RGB Variations
Color information
#500F16 (or 0x500F16) is known color: Bordeaux. HEX triplet: 50, 0F and 16. RGB value is (80,15,22). Sum of RGB (Red+Green+Blue) = 80+15+22=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #500F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F16 is #AFF0E9. Grayscale: #232323. Windows color (decimal): -11530474 or 1445712. OLE color: 1445712.
HSL color Cylindrical-coordinate representation of color #500F16: hue angle of 353.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F16 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 15 | 22 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.69 |
| HSL | 353.54º | 0.68% | 0.19% | - |
| HSV(B) | 353.54º | 0.81% | 0.31% | - |
| XYZ | 3.62 | 2.11 | 0.97 | - |
| YUV | 35.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 22 | 0 | 0.81 | 0.72 | 0.69 | 353.54 | 0.68 | 0.19 |
| Hex | 50 | F | 16 | 0 | 51 | 48 | 45 | 162 | 44 | 13 |
| Octal | 120 | 17 | 26 | 0 | 121 | 110 | 105 | 542 | 104 | 23 |
| Binary | 1010000 | 1111 | 10110 | 0 | 1010001 | 1001000 | 1000101 | 101100010 | 1000100 | 10011 |
Color Harmonies of #500F16
Complementary color
Monochromatic Colors of #500F16
Black with #500F16
Text Example
Text Example
White with #500F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F16; }
p { color: rgb(80,15,22); }
H1.HeaderClassName
{
color: #500F16;
}
.AnyTagClassName
{
color: #500F16;
}
</style>
background-color css
<style>
a { background-color: #500F16; }
a { background-color: rgb(80,15,22); }
div.DivClassName
{
background-color: #500F16;
}
.BgClassName
{
background-color: #500F16;
}
</style>
border-color css
<style>
span { border-color: #500F16; }
span { border-color: rgb(80,15,22); }
td.TdClassName
{
border-color: #500F16;
}
.TagClassName
{
border-color: #500F16;
}
</style>