Shades of Bordeaux #500111
Tints of Bordeaux #500111
RGB
CMYK
RGB Variations
Color information
#500111 (or 0x500111) is known color: Bordeaux. HEX triplet: 50, 01 and 11. RGB value is (80,1,17). Sum of RGB (Red+Green+Blue) = 80+1+17=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500111 is #AFFEEE. Grayscale: #1A1A1A. Windows color (decimal): -11534063 or 1114448. OLE color: 1114448.
HSL color Cylindrical-coordinate representation of color #500111: hue angle of 347.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500111 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.69 |
| HSL | 347.85º | 0.98% | 0.16% | - |
| HSV(B) | 347.85º | 0.99% | 0.31% | - |
| XYZ | 3.42 | 1.77 | 0.69 | - |
| YUV | 26.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 17 | 0 | 0.99 | 0.79 | 0.69 | 347.85 | 0.98 | 0.16 |
| Hex | 50 | 1 | 11 | 0 | 63 | 4F | 45 | 15C | 62 | 10 |
| Octal | 120 | 1 | 21 | 0 | 143 | 117 | 105 | 534 | 142 | 20 |
| Binary | 1010000 | 1 | 10001 | 0 | 1100011 | 1001111 | 1000101 | 101011100 | 1100010 | 10000 |
Color Harmonies of #500111
Complementary color
Monochromatic Colors of #500111
Black with #500111
Text Example
Text Example
White with #500111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500111; }
p { color: rgb(80,1,17); }
H1.HeaderClassName
{
color: #500111;
}
.AnyTagClassName
{
color: #500111;
}
</style>
background-color css
<style>
a { background-color: #500111; }
a { background-color: rgb(80,1,17); }
div.DivClassName
{
background-color: #500111;
}
.BgClassName
{
background-color: #500111;
}
</style>
border-color css
<style>
span { border-color: #500111; }
span { border-color: rgb(80,1,17); }
td.TdClassName
{
border-color: #500111;
}
.TagClassName
{
border-color: #500111;
}
</style>