Shades of Bordeaux #500119
Tints of Bordeaux #500119
RGB
CMYK
RGB Variations
Color information
#500119 (or 0x500119) is known color: Bordeaux. HEX triplet: 50, 01 and 19. RGB value is (80,1,25). Sum of RGB (Red+Green+Blue) = 80+1+25=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500119 is #AFFEE6. Grayscale: #1B1B1B. Windows color (decimal): -11534055 or 1638736. OLE color: 1638736.
HSL color Cylindrical-coordinate representation of color #500119: hue angle of 341.77º 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 #500119 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.69 |
| HSL | 341.77º | 0.98% | 0.16% | - |
| HSV(B) | 341.77º | 0.99% | 0.31% | - |
| XYZ | 3.49 | 1.8 | 1.08 | - |
| YUV | 27.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 25 | 0 | 0.99 | 0.69 | 0.69 | 341.77 | 0.98 | 0.16 |
| Hex | 50 | 1 | 19 | 0 | 63 | 45 | 45 | 156 | 62 | 10 |
| Octal | 120 | 1 | 31 | 0 | 143 | 105 | 105 | 526 | 142 | 20 |
| Binary | 1010000 | 1 | 11001 | 0 | 1100011 | 1000101 | 1000101 | 101010110 | 1100010 | 10000 |
Color Harmonies of #500119
Complementary color
Monochromatic Colors of #500119
Black with #500119
Text Example
Text Example
White with #500119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500119; }
p { color: rgb(80,1,25); }
H1.HeaderClassName
{
color: #500119;
}
.AnyTagClassName
{
color: #500119;
}
</style>
background-color css
<style>
a { background-color: #500119; }
a { background-color: rgb(80,1,25); }
div.DivClassName
{
background-color: #500119;
}
.BgClassName
{
background-color: #500119;
}
</style>
border-color css
<style>
span { border-color: #500119; }
span { border-color: rgb(80,1,25); }
td.TdClassName
{
border-color: #500119;
}
.TagClassName
{
border-color: #500119;
}
</style>