Shades of Bordeaux #501527
Tints of Bordeaux #501527
RGB
CMYK
RGB Variations
Color information
#501527 (or 0x501527) is known color: Bordeaux. HEX triplet: 50, 15 and 27. RGB value is (80,21,39). Sum of RGB (Red+Green+Blue) = 80+21+39=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501527 is #AFEAD8. Grayscale: #282828. Windows color (decimal): -11528921 or 2561360. OLE color: 2561360.
HSL color Cylindrical-coordinate representation of color #501527: hue angle of 341.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501527 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 39 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.69 |
| HSL | 341.69º | 0.58% | 0.2% | - |
| HSV(B) | 341.69º | 0.74% | 0.31% | - |
| XYZ | 3.94 | 2.39 | 2.17 | - |
| YUV | 40.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 39 | 0 | 0.74 | 0.51 | 0.69 | 341.69 | 0.58 | 0.2 |
| Hex | 50 | 15 | 27 | 0 | 4A | 33 | 45 | 156 | 3A | 14 |
| Octal | 120 | 25 | 47 | 0 | 112 | 63 | 105 | 526 | 72 | 24 |
| Binary | 1010000 | 10101 | 100111 | 0 | 1001010 | 110011 | 1000101 | 101010110 | 111010 | 10100 |
Color Harmonies of #501527
Complementary color
Monochromatic Colors of #501527
Black with #501527
Text Example
Text Example
White with #501527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501527; }
p { color: rgb(80,21,39); }
H1.HeaderClassName
{
color: #501527;
}
.AnyTagClassName
{
color: #501527;
}
</style>
background-color css
<style>
a { background-color: #501527; }
a { background-color: rgb(80,21,39); }
div.DivClassName
{
background-color: #501527;
}
.BgClassName
{
background-color: #501527;
}
</style>
border-color css
<style>
span { border-color: #501527; }
span { border-color: rgb(80,21,39); }
td.TdClassName
{
border-color: #501527;
}
.TagClassName
{
border-color: #501527;
}
</style>