Shades of Bordeaux #501226
Tints of Bordeaux #501226
RGB
CMYK
RGB Variations
Color information
#501226 (or 0x501226) is known color: Bordeaux. HEX triplet: 50, 12 and 26. RGB value is (80,18,38). Sum of RGB (Red+Green+Blue) = 80+18+38=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501226 is #AFEDD9. Grayscale: #262626. Windows color (decimal): -11529690 or 2495056. OLE color: 2495056.
HSL color Cylindrical-coordinate representation of color #501226: hue angle of 340.65º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501226 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 38 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.69 |
| HSL | 340.65º | 0.63% | 0.19% | - |
| HSV(B) | 340.65º | 0.78% | 0.31% | - |
| XYZ | 3.87 | 2.28 | 2.07 | - |
| YUV | 38.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 38 | 0 | 0.78 | 0.52 | 0.69 | 340.65 | 0.63 | 0.19 |
| Hex | 50 | 12 | 26 | 0 | 4E | 34 | 45 | 155 | 3F | 13 |
| Octal | 120 | 22 | 46 | 0 | 116 | 64 | 105 | 525 | 77 | 23 |
| Binary | 1010000 | 10010 | 100110 | 0 | 1001110 | 110100 | 1000101 | 101010101 | 111111 | 10011 |
Color Harmonies of #501226
Complementary color
Monochromatic Colors of #501226
Black with #501226
Text Example
Text Example
White with #501226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501226; }
p { color: rgb(80,18,38); }
H1.HeaderClassName
{
color: #501226;
}
.AnyTagClassName
{
color: #501226;
}
</style>
background-color css
<style>
a { background-color: #501226; }
a { background-color: rgb(80,18,38); }
div.DivClassName
{
background-color: #501226;
}
.BgClassName
{
background-color: #501226;
}
</style>
border-color css
<style>
span { border-color: #501226; }
span { border-color: rgb(80,18,38); }
td.TdClassName
{
border-color: #501226;
}
.TagClassName
{
border-color: #501226;
}
</style>