Shades of Bordeaux #501219
Tints of Bordeaux #501219
RGB
CMYK
RGB Variations
Color information
#501219 (or 0x501219) is known color: Bordeaux. HEX triplet: 50, 12 and 19. RGB value is (80,18,25). Sum of RGB (Red+Green+Blue) = 80+18+25=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501219 is #AFEDE6. Grayscale: #252525. Windows color (decimal): -11529703 or 1643088. OLE color: 1643088.
HSL color Cylindrical-coordinate representation of color #501219: hue angle of 353.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501219 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 25 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.69 |
| HSL | 353.23º | 0.63% | 0.19% | - |
| HSV(B) | 353.23º | 0.78% | 0.31% | - |
| XYZ | 3.7 | 2.21 | 1.15 | - |
| YUV | 37.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 25 | 0 | 0.78 | 0.69 | 0.69 | 353.23 | 0.63 | 0.19 |
| Hex | 50 | 12 | 19 | 0 | 4E | 45 | 45 | 161 | 3F | 13 |
| Octal | 120 | 22 | 31 | 0 | 116 | 105 | 105 | 541 | 77 | 23 |
| Binary | 1010000 | 10010 | 11001 | 0 | 1001110 | 1000101 | 1000101 | 101100001 | 111111 | 10011 |
Color Harmonies of #501219
Complementary color
Monochromatic Colors of #501219
Black with #501219
Text Example
Text Example
White with #501219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501219; }
p { color: rgb(80,18,25); }
H1.HeaderClassName
{
color: #501219;
}
.AnyTagClassName
{
color: #501219;
}
</style>
background-color css
<style>
a { background-color: #501219; }
a { background-color: rgb(80,18,25); }
div.DivClassName
{
background-color: #501219;
}
.BgClassName
{
background-color: #501219;
}
</style>
border-color css
<style>
span { border-color: #501219; }
span { border-color: rgb(80,18,25); }
td.TdClassName
{
border-color: #501219;
}
.TagClassName
{
border-color: #501219;
}
</style>