Shades of Bordeaux #500E19
Tints of Bordeaux #500E19
RGB
CMYK
RGB Variations
Color information
#500E19 (or 0x500E19) is known color: Bordeaux. HEX triplet: 50, 0E and 19. RGB value is (80,14,25). Sum of RGB (Red+Green+Blue) = 80+14+25=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #500E19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E19 is #AFF1E6. Grayscale: #232323. Windows color (decimal): -11530727 or 1642064. OLE color: 1642064.
HSL color Cylindrical-coordinate representation of color #500E19: hue angle of 350º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E19 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 25 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.69 |
| HSL | 350º | 0.7% | 0.18% | - |
| HSV(B) | 350º | 0.83% | 0.31% | - |
| XYZ | 3.64 | 2.09 | 1.13 | - |
| YUV | 34.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 25 | 0 | 0.83 | 0.69 | 0.69 | 350 | 0.7 | 0.18 |
| Hex | 50 | E | 19 | 0 | 53 | 45 | 45 | 15E | 46 | 12 |
| Octal | 120 | 16 | 31 | 0 | 123 | 105 | 105 | 536 | 106 | 22 |
| Binary | 1010000 | 1110 | 11001 | 0 | 1010011 | 1000101 | 1000101 | 101011110 | 1000110 | 10010 |
Color Harmonies of #500E19
Complementary color
Monochromatic Colors of #500E19
Black with #500E19
Text Example
Text Example
White with #500E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E19; }
p { color: rgb(80,14,25); }
H1.HeaderClassName
{
color: #500E19;
}
.AnyTagClassName
{
color: #500E19;
}
</style>
background-color css
<style>
a { background-color: #500E19; }
a { background-color: rgb(80,14,25); }
div.DivClassName
{
background-color: #500E19;
}
.BgClassName
{
background-color: #500E19;
}
</style>
border-color css
<style>
span { border-color: #500E19; }
span { border-color: rgb(80,14,25); }
td.TdClassName
{
border-color: #500E19;
}
.TagClassName
{
border-color: #500E19;
}
</style>