Shades of Bordeaux #501319
Tints of Bordeaux #501319
RGB
CMYK
RGB Variations
Color information
#501319 (or 0x501319) is known color: Bordeaux. HEX triplet: 50, 13 and 19. RGB value is (80,19,25). Sum of RGB (Red+Green+Blue) = 80+19+25=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #501319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501319 is #AFECE6. Grayscale: #252525. Windows color (decimal): -11529447 or 1643344. OLE color: 1643344.
HSL color Cylindrical-coordinate representation of color #501319: hue angle of 354.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501319 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 25 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.69 |
| HSL | 354.1º | 0.62% | 0.19% | - |
| HSV(B) | 354.1º | 0.76% | 0.31% | - |
| XYZ | 3.72 | 2.24 | 1.16 | - |
| YUV | 37.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 25 | 0 | 0.76 | 0.69 | 0.69 | 354.1 | 0.62 | 0.19 |
| Hex | 50 | 13 | 19 | 0 | 4C | 45 | 45 | 162 | 3E | 13 |
| Octal | 120 | 23 | 31 | 0 | 114 | 105 | 105 | 542 | 76 | 23 |
| Binary | 1010000 | 10011 | 11001 | 0 | 1001100 | 1000101 | 1000101 | 101100010 | 111110 | 10011 |
Color Harmonies of #501319
Complementary color
Monochromatic Colors of #501319
Black with #501319
Text Example
Text Example
White with #501319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501319; }
p { color: rgb(80,19,25); }
H1.HeaderClassName
{
color: #501319;
}
.AnyTagClassName
{
color: #501319;
}
</style>
background-color css
<style>
a { background-color: #501319; }
a { background-color: rgb(80,19,25); }
div.DivClassName
{
background-color: #501319;
}
.BgClassName
{
background-color: #501319;
}
</style>
border-color css
<style>
span { border-color: #501319; }
span { border-color: rgb(80,19,25); }
td.TdClassName
{
border-color: #501319;
}
.TagClassName
{
border-color: #501319;
}
</style>