Shades of Bordeaux #501326
Tints of Bordeaux #501326
RGB
CMYK
RGB Variations
Color information
#501326 (or 0x501326) is known color: Bordeaux. HEX triplet: 50, 13 and 26. RGB value is (80,19,38). Sum of RGB (Red+Green+Blue) = 80+19+38=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501326 is #AFECD9. Grayscale: #272727. Windows color (decimal): -11529434 or 2495312. OLE color: 2495312.
HSL color Cylindrical-coordinate representation of color #501326: hue angle of 341.31º 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 #501326 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 38 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.69 |
| HSL | 341.31º | 0.62% | 0.19% | - |
| HSV(B) | 341.31º | 0.76% | 0.31% | - |
| XYZ | 3.89 | 2.31 | 2.07 | - |
| YUV | 39.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 38 | 0 | 0.76 | 0.52 | 0.69 | 341.31 | 0.62 | 0.19 |
| Hex | 50 | 13 | 26 | 0 | 4C | 34 | 45 | 155 | 3E | 13 |
| Octal | 120 | 23 | 46 | 0 | 114 | 64 | 105 | 525 | 76 | 23 |
| Binary | 1010000 | 10011 | 100110 | 0 | 1001100 | 110100 | 1000101 | 101010101 | 111110 | 10011 |
Color Harmonies of #501326
Complementary color
Monochromatic Colors of #501326
Black with #501326
Text Example
Text Example
White with #501326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501326; }
p { color: rgb(80,19,38); }
H1.HeaderClassName
{
color: #501326;
}
.AnyTagClassName
{
color: #501326;
}
</style>
background-color css
<style>
a { background-color: #501326; }
a { background-color: rgb(80,19,38); }
div.DivClassName
{
background-color: #501326;
}
.BgClassName
{
background-color: #501326;
}
</style>
border-color css
<style>
span { border-color: #501326; }
span { border-color: rgb(80,19,38); }
td.TdClassName
{
border-color: #501326;
}
.TagClassName
{
border-color: #501326;
}
</style>