Shades of Bordeaux #501324
Tints of Bordeaux #501324
RGB
CMYK
RGB Variations
Color information
#501324 (or 0x501324) is known color: Bordeaux. HEX triplet: 50, 13 and 24. RGB value is (80,19,36). Sum of RGB (Red+Green+Blue) = 80+19+36=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501324 is #AFECDB. Grayscale: #272727. Windows color (decimal): -11529436 or 2364240. OLE color: 2364240.
HSL color Cylindrical-coordinate representation of color #501324: hue angle of 343.28º 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 #501324 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 36 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.69 |
| HSL | 343.28º | 0.62% | 0.19% | - |
| HSV(B) | 343.28º | 0.76% | 0.31% | - |
| XYZ | 3.86 | 2.3 | 1.91 | - |
| YUV | 39.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 36 | 0 | 0.76 | 0.55 | 0.69 | 343.28 | 0.62 | 0.19 |
| Hex | 50 | 13 | 24 | 0 | 4C | 37 | 45 | 157 | 3E | 13 |
| Octal | 120 | 23 | 44 | 0 | 114 | 67 | 105 | 527 | 76 | 23 |
| Binary | 1010000 | 10011 | 100100 | 0 | 1001100 | 110111 | 1000101 | 101010111 | 111110 | 10011 |
Color Harmonies of #501324
Complementary color
Monochromatic Colors of #501324
Black with #501324
Text Example
Text Example
White with #501324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501324; }
p { color: rgb(80,19,36); }
H1.HeaderClassName
{
color: #501324;
}
.AnyTagClassName
{
color: #501324;
}
</style>
background-color css
<style>
a { background-color: #501324; }
a { background-color: rgb(80,19,36); }
div.DivClassName
{
background-color: #501324;
}
.BgClassName
{
background-color: #501324;
}
</style>
border-color css
<style>
span { border-color: #501324; }
span { border-color: rgb(80,19,36); }
td.TdClassName
{
border-color: #501324;
}
.TagClassName
{
border-color: #501324;
}
</style>