Shades of Bordeaux #501E26
Tints of Bordeaux #501E26
RGB
CMYK
RGB Variations
Color information
#501E26 (or 0x501E26) is known color: Bordeaux. HEX triplet: 50, 1E and 26. RGB value is (80,30,38). Sum of RGB (Red+Green+Blue) = 80+30+38=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E26 is #AFE1D9. Grayscale: #2D2D2D. Windows color (decimal): -11526618 or 2498128. OLE color: 2498128.
HSL color Cylindrical-coordinate representation of color #501E26: hue angle of 350.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E26 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 38 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.69 |
| HSL | 350.4º | 0.45% | 0.22% | - |
| HSV(B) | 350.4º | 0.63% | 0.31% | - |
| XYZ | 4.12 | 2.77 | 2.15 | - |
| YUV | 45.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 38 | 0 | 0.62 | 0.52 | 0.69 | 350.4 | 0.45 | 0.22 |
| Hex | 50 | 1E | 26 | 0 | 3E | 34 | 45 | 15E | 2D | 16 |
| Octal | 120 | 36 | 46 | 0 | 76 | 64 | 105 | 536 | 55 | 26 |
| Binary | 1010000 | 11110 | 100110 | 0 | 111110 | 110100 | 1000101 | 101011110 | 101101 | 10110 |
Color Harmonies of #501E26
Complementary color
Monochromatic Colors of #501E26
Black with #501E26
Text Example
Text Example
White with #501E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E26; }
p { color: rgb(80,30,38); }
H1.HeaderClassName
{
color: #501E26;
}
.AnyTagClassName
{
color: #501E26;
}
</style>
background-color css
<style>
a { background-color: #501E26; }
a { background-color: rgb(80,30,38); }
div.DivClassName
{
background-color: #501E26;
}
.BgClassName
{
background-color: #501E26;
}
</style>
border-color css
<style>
span { border-color: #501E26; }
span { border-color: rgb(80,30,38); }
td.TdClassName
{
border-color: #501E26;
}
.TagClassName
{
border-color: #501E26;
}
</style>