Shades of Bordeaux #501E29
Tints of Bordeaux #501E29
RGB
CMYK
RGB Variations
Color information
#501E29 (or 0x501E29) is known color: Bordeaux. HEX triplet: 50, 1E and 29. RGB value is (80,30,41). Sum of RGB (Red+Green+Blue) = 80+30+41=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E29 is #AFE1D6. Grayscale: #2E2E2E. Windows color (decimal): -11526615 or 2694736. OLE color: 2694736.
HSL color Cylindrical-coordinate representation of color #501E29: hue angle of 346.8º 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 #501E29 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 41 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.69 |
| HSL | 346.8º | 0.45% | 0.22% | - |
| HSV(B) | 346.8º | 0.63% | 0.31% | - |
| XYZ | 4.17 | 2.79 | 2.42 | - |
| YUV | 46.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 41 | 0 | 0.62 | 0.49 | 0.69 | 346.8 | 0.45 | 0.22 |
| Hex | 50 | 1E | 29 | 0 | 3E | 31 | 45 | 15B | 2D | 16 |
| Octal | 120 | 36 | 51 | 0 | 76 | 61 | 105 | 533 | 55 | 26 |
| Binary | 1010000 | 11110 | 101001 | 0 | 111110 | 110001 | 1000101 | 101011011 | 101101 | 10110 |
Color Harmonies of #501E29
Complementary color
Monochromatic Colors of #501E29
Black with #501E29
Text Example
Text Example
White with #501E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E29; }
p { color: rgb(80,30,41); }
H1.HeaderClassName
{
color: #501E29;
}
.AnyTagClassName
{
color: #501E29;
}
</style>
background-color css
<style>
a { background-color: #501E29; }
a { background-color: rgb(80,30,41); }
div.DivClassName
{
background-color: #501E29;
}
.BgClassName
{
background-color: #501E29;
}
</style>
border-color css
<style>
span { border-color: #501E29; }
span { border-color: rgb(80,30,41); }
td.TdClassName
{
border-color: #501E29;
}
.TagClassName
{
border-color: #501E29;
}
</style>