Shades of Bordeaux #501F29
Tints of Bordeaux #501F29
RGB
CMYK
RGB Variations
Color information
#501F29 (or 0x501F29) is known color: Bordeaux. HEX triplet: 50, 1F and 29. RGB value is (80,31,41). Sum of RGB (Red+Green+Blue) = 80+31+41=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F29 is #AFE0D6. Grayscale: #2E2E2E. Windows color (decimal): -11526359 or 2694992. OLE color: 2694992.
HSL color Cylindrical-coordinate representation of color #501F29: hue angle of 347.76º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F29 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 31 | 41 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.69 |
| HSL | 347.76º | 0.44% | 0.22% | - |
| HSV(B) | 347.76º | 0.61% | 0.31% | - |
| XYZ | 4.2 | 2.85 | 2.43 | - |
| YUV | 46.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 41 | 0 | 0.61 | 0.49 | 0.69 | 347.76 | 0.44 | 0.22 |
| Hex | 50 | 1F | 29 | 0 | 3D | 31 | 45 | 15C | 2C | 16 |
| Octal | 120 | 37 | 51 | 0 | 75 | 61 | 105 | 534 | 54 | 26 |
| Binary | 1010000 | 11111 | 101001 | 0 | 111101 | 110001 | 1000101 | 101011100 | 101100 | 10110 |
Color Harmonies of #501F29
Complementary color
Monochromatic Colors of #501F29
Black with #501F29
Text Example
Text Example
White with #501F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F29; }
p { color: rgb(80,31,41); }
H1.HeaderClassName
{
color: #501F29;
}
.AnyTagClassName
{
color: #501F29;
}
</style>
background-color css
<style>
a { background-color: #501F29; }
a { background-color: rgb(80,31,41); }
div.DivClassName
{
background-color: #501F29;
}
.BgClassName
{
background-color: #501F29;
}
</style>
border-color css
<style>
span { border-color: #501F29; }
span { border-color: rgb(80,31,41); }
td.TdClassName
{
border-color: #501F29;
}
.TagClassName
{
border-color: #501F29;
}
</style>