Shades of Bordeaux #501315
Tints of Bordeaux #501315
RGB
CMYK
RGB Variations
Color information
#501315 (or 0x501315) is known color: Bordeaux. HEX triplet: 50, 13 and 15. RGB value is (80,19,21). Sum of RGB (Red+Green+Blue) = 80+19+21=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #501315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501315 is #AFECEA. Grayscale: #252525. Windows color (decimal): -11529451 or 1381200. OLE color: 1381200.
HSL color Cylindrical-coordinate representation of color #501315: hue angle of 358.03º 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 #501315 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 21 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.69 |
| HSL | 358.03º | 0.62% | 0.19% | - |
| HSV(B) | 358.03º | 0.76% | 0.31% | - |
| XYZ | 3.68 | 2.23 | 0.95 | - |
| YUV | 37.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 21 | 0 | 0.76 | 0.74 | 0.69 | 358.03 | 0.62 | 0.19 |
| Hex | 50 | 13 | 15 | 0 | 4C | 4A | 45 | 166 | 3E | 13 |
| Octal | 120 | 23 | 25 | 0 | 114 | 112 | 105 | 546 | 76 | 23 |
| Binary | 1010000 | 10011 | 10101 | 0 | 1001100 | 1001010 | 1000101 | 101100110 | 111110 | 10011 |
Color Harmonies of #501315
Complementary color
Monochromatic Colors of #501315
Black with #501315
Text Example
Text Example
White with #501315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501315; }
p { color: rgb(80,19,21); }
H1.HeaderClassName
{
color: #501315;
}
.AnyTagClassName
{
color: #501315;
}
</style>
background-color css
<style>
a { background-color: #501315; }
a { background-color: rgb(80,19,21); }
div.DivClassName
{
background-color: #501315;
}
.BgClassName
{
background-color: #501315;
}
</style>
border-color css
<style>
span { border-color: #501315; }
span { border-color: rgb(80,19,21); }
td.TdClassName
{
border-color: #501315;
}
.TagClassName
{
border-color: #501315;
}
</style>