Shades of Bordeaux #501218
Tints of Bordeaux #501218
RGB
CMYK
RGB Variations
Color information
#501218 (or 0x501218) is known color: Bordeaux. HEX triplet: 50, 12 and 18. RGB value is (80,18,24). Sum of RGB (Red+Green+Blue) = 80+18+24=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #501218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501218 is #AFEDE7. Grayscale: #252525. Windows color (decimal): -11529704 or 1577552. OLE color: 1577552.
HSL color Cylindrical-coordinate representation of color #501218: hue angle of 354.19º 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 #501218 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 24 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.69 |
| HSL | 354.19º | 0.63% | 0.19% | - |
| HSV(B) | 354.19º | 0.78% | 0.31% | - |
| XYZ | 3.69 | 2.2 | 1.1 | - |
| YUV | 37.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 24 | 0 | 0.78 | 0.70 | 0.69 | 354.19 | 0.63 | 0.19 |
| Hex | 50 | 12 | 18 | 0 | 4E | 46 | 45 | 162 | 3F | 13 |
| Octal | 120 | 22 | 30 | 0 | 116 | 106 | 105 | 542 | 77 | 23 |
| Binary | 1010000 | 10010 | 11000 | 0 | 1001110 | 1000110 | 1000101 | 101100010 | 111111 | 10011 |
Color Harmonies of #501218
Complementary color
Monochromatic Colors of #501218
Black with #501218
Text Example
Text Example
White with #501218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501218; }
p { color: rgb(80,18,24); }
H1.HeaderClassName
{
color: #501218;
}
.AnyTagClassName
{
color: #501218;
}
</style>
background-color css
<style>
a { background-color: #501218; }
a { background-color: rgb(80,18,24); }
div.DivClassName
{
background-color: #501218;
}
.BgClassName
{
background-color: #501218;
}
</style>
border-color css
<style>
span { border-color: #501218; }
span { border-color: rgb(80,18,24); }
td.TdClassName
{
border-color: #501218;
}
.TagClassName
{
border-color: #501218;
}
</style>