Shades of Bordeaux #502129
Tints of Bordeaux #502129
RGB
CMYK
RGB Variations
Color information
#502129 (or 0x502129) is known color: Bordeaux. HEX triplet: 50, 21 and 29. RGB value is (80,33,41). Sum of RGB (Red+Green+Blue) = 80+33+41=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502129 is #AFDED6. Grayscale: #2F2F2F. Windows color (decimal): -11525847 or 2695504. OLE color: 2695504.
HSL color Cylindrical-coordinate representation of color #502129: hue angle of 349.79º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502129 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 41 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.69 |
| HSL | 349.79º | 0.42% | 0.22% | - |
| HSV(B) | 349.79º | 0.59% | 0.31% | - |
| XYZ | 4.25 | 2.95 | 2.44 | - |
| YUV | 47.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 41 | 0 | 0.59 | 0.49 | 0.69 | 349.79 | 0.42 | 0.22 |
| Hex | 50 | 21 | 29 | 0 | 3B | 31 | 45 | 15E | 2A | 16 |
| Octal | 120 | 41 | 51 | 0 | 73 | 61 | 105 | 536 | 52 | 26 |
| Binary | 1010000 | 100001 | 101001 | 0 | 111011 | 110001 | 1000101 | 101011110 | 101010 | 10110 |
Color Harmonies of #502129
Complementary color
Monochromatic Colors of #502129
Black with #502129
Text Example
Text Example
White with #502129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502129; }
p { color: rgb(80,33,41); }
H1.HeaderClassName
{
color: #502129;
}
.AnyTagClassName
{
color: #502129;
}
</style>
background-color css
<style>
a { background-color: #502129; }
a { background-color: rgb(80,33,41); }
div.DivClassName
{
background-color: #502129;
}
.BgClassName
{
background-color: #502129;
}
</style>
border-color css
<style>
span { border-color: #502129; }
span { border-color: rgb(80,33,41); }
td.TdClassName
{
border-color: #502129;
}
.TagClassName
{
border-color: #502129;
}
</style>