Shades of Bordeaux #502026
Tints of Bordeaux #502026
RGB
CMYK
RGB Variations
Color information
#502026 (or 0x502026) is known color: Bordeaux. HEX triplet: 50, 20 and 26. RGB value is (80,32,38). Sum of RGB (Red+Green+Blue) = 80+32+38=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #502026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502026 is #AFDFD9. Grayscale: #2F2F2F. Windows color (decimal): -11526106 or 2498640. OLE color: 2498640.
HSL color Cylindrical-coordinate representation of color #502026: hue angle of 352.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502026 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 38 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.69 |
| HSL | 352.5º | 0.43% | 0.22% | - |
| HSV(B) | 352.5º | 0.6% | 0.31% | - |
| XYZ | 4.17 | 2.88 | 2.17 | - |
| YUV | 47.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 38 | 0 | 0.60 | 0.52 | 0.69 | 352.5 | 0.43 | 0.22 |
| Hex | 50 | 20 | 26 | 0 | 3C | 34 | 45 | 160 | 2B | 16 |
| Octal | 120 | 40 | 46 | 0 | 74 | 64 | 105 | 540 | 53 | 26 |
| Binary | 1010000 | 100000 | 100110 | 0 | 111100 | 110100 | 1000101 | 101100000 | 101011 | 10110 |
Color Harmonies of #502026
Complementary color
Monochromatic Colors of #502026
Black with #502026
Text Example
Text Example
White with #502026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502026; }
p { color: rgb(80,32,38); }
H1.HeaderClassName
{
color: #502026;
}
.AnyTagClassName
{
color: #502026;
}
</style>
background-color css
<style>
a { background-color: #502026; }
a { background-color: rgb(80,32,38); }
div.DivClassName
{
background-color: #502026;
}
.BgClassName
{
background-color: #502026;
}
</style>
border-color css
<style>
span { border-color: #502026; }
span { border-color: rgb(80,32,38); }
td.TdClassName
{
border-color: #502026;
}
.TagClassName
{
border-color: #502026;
}
</style>