Shades of Bordeaux #501419
Tints of Bordeaux #501419
RGB
CMYK
RGB Variations
Color information
#501419 (or 0x501419) is known color: Bordeaux. HEX triplet: 50, 14 and 19. RGB value is (80,20,25). Sum of RGB (Red+Green+Blue) = 80+20+25=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #501419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501419 is #AFEBE6. Grayscale: #262626. Windows color (decimal): -11529191 or 1643600. OLE color: 1643600.
HSL color Cylindrical-coordinate representation of color #501419: hue angle of 355º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501419 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 25 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.69 |
| HSL | 355º | 0.6% | 0.2% | - |
| HSV(B) | 355º | 0.75% | 0.31% | - |
| XYZ | 3.73 | 2.28 | 1.16 | - |
| YUV | 38.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 25 | 0 | 0.75 | 0.69 | 0.69 | 355 | 0.6 | 0.2 |
| Hex | 50 | 14 | 19 | 0 | 4B | 45 | 45 | 163 | 3C | 14 |
| Octal | 120 | 24 | 31 | 0 | 113 | 105 | 105 | 543 | 74 | 24 |
| Binary | 1010000 | 10100 | 11001 | 0 | 1001011 | 1000101 | 1000101 | 101100011 | 111100 | 10100 |
Color Harmonies of #501419
Complementary color
Monochromatic Colors of #501419
Black with #501419
Text Example
Text Example
White with #501419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501419; }
p { color: rgb(80,20,25); }
H1.HeaderClassName
{
color: #501419;
}
.AnyTagClassName
{
color: #501419;
}
</style>
background-color css
<style>
a { background-color: #501419; }
a { background-color: rgb(80,20,25); }
div.DivClassName
{
background-color: #501419;
}
.BgClassName
{
background-color: #501419;
}
</style>
border-color css
<style>
span { border-color: #501419; }
span { border-color: rgb(80,20,25); }
td.TdClassName
{
border-color: #501419;
}
.TagClassName
{
border-color: #501419;
}
</style>