Shades of Bordeaux #500019
Tints of Bordeaux #500019
RGB
CMYK
RGB Variations
Color information
#500019 (or 0x500019) is known color: Bordeaux. HEX triplet: 50, 00 and 19. RGB value is (80,0,25). Sum of RGB (Red+Green+Blue) = 80+0+25=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #500019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500019 is #AFFFE6. Grayscale: #1A1A1A. Windows color (decimal): -11534311 or 1638480. OLE color: 1638480.
HSL color Cylindrical-coordinate representation of color #500019: hue angle of 341.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500019 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.69 | 0.69 |
| HSL | 341.25º | 1% | 0.16% | - |
| HSV(B) | 341.25º | 1% | 0.31% | - |
| XYZ | 3.48 | 1.78 | 1.08 | - |
| YUV | 26.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 25 | 0 | 1 | 0.69 | 0.69 | 341.25 | 1 | 0.16 |
| Hex | 50 | 0 | 19 | 0 | 64 | 45 | 45 | 155 | 64 | 10 |
| Octal | 120 | 0 | 31 | 0 | 144 | 105 | 105 | 525 | 144 | 20 |
| Binary | 1010000 | 0 | 11001 | 0 | 1100100 | 1000101 | 1000101 | 101010101 | 1100100 | 10000 |
Color Harmonies of #500019
Complementary color
Monochromatic Colors of #500019
Black with #500019
Text Example
Text Example
White with #500019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500019; }
p { color: rgb(80,0,25); }
H1.HeaderClassName
{
color: #500019;
}
.AnyTagClassName
{
color: #500019;
}
</style>
background-color css
<style>
a { background-color: #500019; }
a { background-color: rgb(80,0,25); }
div.DivClassName
{
background-color: #500019;
}
.BgClassName
{
background-color: #500019;
}
</style>
border-color css
<style>
span { border-color: #500019; }
span { border-color: rgb(80,0,25); }
td.TdClassName
{
border-color: #500019;
}
.TagClassName
{
border-color: #500019;
}
</style>