Shades of Bordeaux #500219
Tints of Bordeaux #500219
RGB
CMYK
RGB Variations
Color information
#500219 (or 0x500219) is known color: Bordeaux. HEX triplet: 50, 02 and 19. RGB value is (80,2,25). Sum of RGB (Red+Green+Blue) = 80+2+25=107 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.77% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 80 - color contains mainly: red. Hex color #500219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500219 is #AFFDE6. Grayscale: #1B1B1B. Windows color (decimal): -11533799 or 1638992. OLE color: 1638992.
HSL color Cylindrical-coordinate representation of color #500219: hue angle of 342.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500219 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 25 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.69 |
| HSL | 342.31º | 0.95% | 0.16% | - |
| HSV(B) | 342.31º | 0.98% | 0.31% | - |
| XYZ | 3.51 | 1.82 | 1.09 | - |
| YUV | 27.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 25 | 0 | 0.98 | 0.69 | 0.69 | 342.31 | 0.95 | 0.16 |
| Hex | 50 | 2 | 19 | 0 | 62 | 45 | 45 | 156 | 5F | 10 |
| Octal | 120 | 2 | 31 | 0 | 142 | 105 | 105 | 526 | 137 | 20 |
| Binary | 1010000 | 10 | 11001 | 0 | 1100010 | 1000101 | 1000101 | 101010110 | 1011111 | 10000 |
Color Harmonies of #500219
Complementary color
Monochromatic Colors of #500219
Black with #500219
Text Example
Text Example
White with #500219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500219; }
p { color: rgb(80,2,25); }
H1.HeaderClassName
{
color: #500219;
}
.AnyTagClassName
{
color: #500219;
}
</style>
background-color css
<style>
a { background-color: #500219; }
a { background-color: rgb(80,2,25); }
div.DivClassName
{
background-color: #500219;
}
.BgClassName
{
background-color: #500219;
}
</style>
border-color css
<style>
span { border-color: #500219; }
span { border-color: rgb(80,2,25); }
td.TdClassName
{
border-color: #500219;
}
.TagClassName
{
border-color: #500219;
}
</style>