Shades of Bordeaux #500510
Tints of Bordeaux #500510
RGB
CMYK
RGB Variations
Color information
#500510 (or 0x500510) is known color: Bordeaux. HEX triplet: 50, 05 and 10. RGB value is (80,5,16). Sum of RGB (Red+Green+Blue) = 80+5+16=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500510 is #AFFAEF. Grayscale: #1C1C1C. Windows color (decimal): -11533040 or 1049936. OLE color: 1049936.
HSL color Cylindrical-coordinate representation of color #500510: hue angle of 351.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500510 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 16 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.69 |
| HSL | 351.2º | 0.88% | 0.17% | - |
| HSV(B) | 351.2º | 0.94% | 0.31% | - |
| XYZ | 3.46 | 1.85 | 0.67 | - |
| YUV | 28.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 16 | 0 | 0.94 | 0.80 | 0.69 | 351.2 | 0.88 | 0.17 |
| Hex | 50 | 5 | 10 | 0 | 5E | 50 | 45 | 15F | 58 | 11 |
| Octal | 120 | 5 | 20 | 0 | 136 | 120 | 105 | 537 | 130 | 21 |
| Binary | 1010000 | 101 | 10000 | 0 | 1011110 | 1010000 | 1000101 | 101011111 | 1011000 | 10001 |
Color Harmonies of #500510
Complementary color
Monochromatic Colors of #500510
Black with #500510
Text Example
Text Example
White with #500510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500510; }
p { color: rgb(80,5,16); }
H1.HeaderClassName
{
color: #500510;
}
.AnyTagClassName
{
color: #500510;
}
</style>
background-color css
<style>
a { background-color: #500510; }
a { background-color: rgb(80,5,16); }
div.DivClassName
{
background-color: #500510;
}
.BgClassName
{
background-color: #500510;
}
</style>
border-color css
<style>
span { border-color: #500510; }
span { border-color: rgb(80,5,16); }
td.TdClassName
{
border-color: #500510;
}
.TagClassName
{
border-color: #500510;
}
</style>