Shades of Bordeaux #501227
Tints of Bordeaux #501227
RGB
CMYK
RGB Variations
Color information
#501227 (or 0x501227) is known color: Bordeaux. HEX triplet: 50, 12 and 27. RGB value is (80,18,39). Sum of RGB (Red+Green+Blue) = 80+18+39=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501227 is #AFEDD8. Grayscale: #262626. Windows color (decimal): -11529689 or 2560592. OLE color: 2560592.
HSL color Cylindrical-coordinate representation of color #501227: hue angle of 339.68º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501227 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 39 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.69 |
| HSL | 339.68º | 0.63% | 0.19% | - |
| HSV(B) | 339.68º | 0.78% | 0.31% | - |
| XYZ | 3.89 | 2.28 | 2.16 | - |
| YUV | 38.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 39 | 0 | 0.78 | 0.51 | 0.69 | 339.68 | 0.63 | 0.19 |
| Hex | 50 | 12 | 27 | 0 | 4E | 33 | 45 | 154 | 3F | 13 |
| Octal | 120 | 22 | 47 | 0 | 116 | 63 | 105 | 524 | 77 | 23 |
| Binary | 1010000 | 10010 | 100111 | 0 | 1001110 | 110011 | 1000101 | 101010100 | 111111 | 10011 |
Color Harmonies of #501227
Complementary color
Monochromatic Colors of #501227
Black with #501227
Text Example
Text Example
White with #501227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501227; }
p { color: rgb(80,18,39); }
H1.HeaderClassName
{
color: #501227;
}
.AnyTagClassName
{
color: #501227;
}
</style>
background-color css
<style>
a { background-color: #501227; }
a { background-color: rgb(80,18,39); }
div.DivClassName
{
background-color: #501227;
}
.BgClassName
{
background-color: #501227;
}
</style>
border-color css
<style>
span { border-color: #501227; }
span { border-color: rgb(80,18,39); }
td.TdClassName
{
border-color: #501227;
}
.TagClassName
{
border-color: #501227;
}
</style>