Shades of Bordeaux #501524
Tints of Bordeaux #501524
RGB
CMYK
RGB Variations
Color information
#501524 (or 0x501524) is known color: Bordeaux. HEX triplet: 50, 15 and 24. RGB value is (80,21,36). Sum of RGB (Red+Green+Blue) = 80+21+36=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501524 is #AFEADB. Grayscale: #282828. Windows color (decimal): -11528924 or 2364752. OLE color: 2364752.
HSL color Cylindrical-coordinate representation of color #501524: hue angle of 344.75º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501524 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 36 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.69 |
| HSL | 344.75º | 0.58% | 0.2% | - |
| HSV(B) | 344.75º | 0.74% | 0.31% | - |
| XYZ | 3.89 | 2.37 | 1.92 | - |
| YUV | 40.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 36 | 0 | 0.74 | 0.55 | 0.69 | 344.75 | 0.58 | 0.2 |
| Hex | 50 | 15 | 24 | 0 | 4A | 37 | 45 | 159 | 3A | 14 |
| Octal | 120 | 25 | 44 | 0 | 112 | 67 | 105 | 531 | 72 | 24 |
| Binary | 1010000 | 10101 | 100100 | 0 | 1001010 | 110111 | 1000101 | 101011001 | 111010 | 10100 |
Color Harmonies of #501524
Complementary color
Monochromatic Colors of #501524
Black with #501524
Text Example
Text Example
White with #501524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501524; }
p { color: rgb(80,21,36); }
H1.HeaderClassName
{
color: #501524;
}
.AnyTagClassName
{
color: #501524;
}
</style>
background-color css
<style>
a { background-color: #501524; }
a { background-color: rgb(80,21,36); }
div.DivClassName
{
background-color: #501524;
}
.BgClassName
{
background-color: #501524;
}
</style>
border-color css
<style>
span { border-color: #501524; }
span { border-color: rgb(80,21,36); }
td.TdClassName
{
border-color: #501524;
}
.TagClassName
{
border-color: #501524;
}
</style>