Shades of Bordeaux #500511
Tints of Bordeaux #500511
RGB
CMYK
RGB Variations
Color information
#500511 (or 0x500511) is known color: Bordeaux. HEX triplet: 50, 05 and 11. RGB value is (80,5,17). Sum of RGB (Red+Green+Blue) = 80+5+17=102 (13% of max value = 765). Red value is 80 (31.64% from 255 or 78.43% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 80 - color contains mainly: red. Hex color #500511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500511 is #AFFAEE. Grayscale: #1C1C1C. Windows color (decimal): -11533039 or 1115472. OLE color: 1115472.
HSL color Cylindrical-coordinate representation of color #500511: hue angle of 350.4º 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 #500511 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 17 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.69 |
| HSL | 350.4º | 0.88% | 0.17% | - |
| HSV(B) | 350.4º | 0.94% | 0.31% | - |
| XYZ | 3.46 | 1.85 | 0.71 | - |
| YUV | 28.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 17 | 0 | 0.94 | 0.79 | 0.69 | 350.4 | 0.88 | 0.17 |
| Hex | 50 | 5 | 11 | 0 | 5E | 4F | 45 | 15E | 58 | 11 |
| Octal | 120 | 5 | 21 | 0 | 136 | 117 | 105 | 536 | 130 | 21 |
| Binary | 1010000 | 101 | 10001 | 0 | 1011110 | 1001111 | 1000101 | 101011110 | 1011000 | 10001 |
Color Harmonies of #500511
Complementary color
Monochromatic Colors of #500511
Black with #500511
Text Example
Text Example
White with #500511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500511; }
p { color: rgb(80,5,17); }
H1.HeaderClassName
{
color: #500511;
}
.AnyTagClassName
{
color: #500511;
}
</style>
background-color css
<style>
a { background-color: #500511; }
a { background-color: rgb(80,5,17); }
div.DivClassName
{
background-color: #500511;
}
.BgClassName
{
background-color: #500511;
}
</style>
border-color css
<style>
span { border-color: #500511; }
span { border-color: rgb(80,5,17); }
td.TdClassName
{
border-color: #500511;
}
.TagClassName
{
border-color: #500511;
}
</style>