Shades of Bordeaux #501629
Tints of Bordeaux #501629
RGB
CMYK
RGB Variations
Color information
#501629 (or 0x501629) is known color: Bordeaux. HEX triplet: 50, 16 and 29. RGB value is (80,22,41). Sum of RGB (Red+Green+Blue) = 80+22+41=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501629 is #AFE9D6. Grayscale: #292929. Windows color (decimal): -11528663 or 2692688. OLE color: 2692688.
HSL color Cylindrical-coordinate representation of color #501629: hue angle of 340.34º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501629 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 41 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.69 |
| HSL | 340.34º | 0.57% | 0.2% | - |
| HSV(B) | 340.34º | 0.73% | 0.31% | - |
| XYZ | 4 | 2.44 | 2.36 | - |
| YUV | 41.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 41 | 0 | 0.72 | 0.49 | 0.69 | 340.34 | 0.57 | 0.2 |
| Hex | 50 | 16 | 29 | 0 | 48 | 31 | 45 | 154 | 39 | 14 |
| Octal | 120 | 26 | 51 | 0 | 110 | 61 | 105 | 524 | 71 | 24 |
| Binary | 1010000 | 10110 | 101001 | 0 | 1001000 | 110001 | 1000101 | 101010100 | 111001 | 10100 |
Color Harmonies of #501629
Complementary color
Monochromatic Colors of #501629
Black with #501629
Text Example
Text Example
White with #501629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501629; }
p { color: rgb(80,22,41); }
H1.HeaderClassName
{
color: #501629;
}
.AnyTagClassName
{
color: #501629;
}
</style>
background-color css
<style>
a { background-color: #501629; }
a { background-color: rgb(80,22,41); }
div.DivClassName
{
background-color: #501629;
}
.BgClassName
{
background-color: #501629;
}
</style>
border-color css
<style>
span { border-color: #501629; }
span { border-color: rgb(80,22,41); }
td.TdClassName
{
border-color: #501629;
}
.TagClassName
{
border-color: #501629;
}
</style>