Shades of Bordeaux #501D26
Tints of Bordeaux #501D26
RGB
CMYK
RGB Variations
Color information
#501D26 (or 0x501D26) is known color: Bordeaux. HEX triplet: 50, 1D and 26. RGB value is (80,29,38). Sum of RGB (Red+Green+Blue) = 80+29+38=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D26 is #AFE2D9. Grayscale: #2D2D2D. Windows color (decimal): -11526874 or 2497872. OLE color: 2497872.
HSL color Cylindrical-coordinate representation of color #501D26: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D26 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 38 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.69 |
| HSL | 349.41º | 0.47% | 0.21% | - |
| HSV(B) | 349.41º | 0.64% | 0.31% | - |
| XYZ | 4.1 | 2.72 | 2.14 | - |
| YUV | 45.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 38 | 0 | 0.64 | 0.52 | 0.69 | 349.41 | 0.47 | 0.21 |
| Hex | 50 | 1D | 26 | 0 | 40 | 34 | 45 | 15D | 2F | 15 |
| Octal | 120 | 35 | 46 | 0 | 100 | 64 | 105 | 535 | 57 | 25 |
| Binary | 1010000 | 11101 | 100110 | 0 | 1000000 | 110100 | 1000101 | 101011101 | 101111 | 10101 |
Color Harmonies of #501D26
Complementary color
Monochromatic Colors of #501D26
Black with #501D26
Text Example
Text Example
White with #501D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D26; }
p { color: rgb(80,29,38); }
H1.HeaderClassName
{
color: #501D26;
}
.AnyTagClassName
{
color: #501D26;
}
</style>
background-color css
<style>
a { background-color: #501D26; }
a { background-color: rgb(80,29,38); }
div.DivClassName
{
background-color: #501D26;
}
.BgClassName
{
background-color: #501D26;
}
</style>
border-color css
<style>
span { border-color: #501D26; }
span { border-color: rgb(80,29,38); }
td.TdClassName
{
border-color: #501D26;
}
.TagClassName
{
border-color: #501D26;
}
</style>