Shades of Bordeaux #501428
Tints of Bordeaux #501428
RGB
CMYK
RGB Variations
Color information
#501428 (or 0x501428) is known color: Bordeaux. HEX triplet: 50, 14 and 28. RGB value is (80,20,40). Sum of RGB (Red+Green+Blue) = 80+20+40=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #501428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501428 is #AFEBD7. Grayscale: #282828. Windows color (decimal): -11529176 or 2626640. OLE color: 2626640.
HSL color Cylindrical-coordinate representation of color #501428: hue angle of 340º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501428 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 40 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.69 |
| HSL | 340º | 0.6% | 0.2% | - |
| HSV(B) | 340º | 0.75% | 0.31% | - |
| XYZ | 3.94 | 2.36 | 2.26 | - |
| YUV | 40.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 40 | 0 | 0.75 | 0.5 | 0.69 | 340 | 0.6 | 0.2 |
| Hex | 50 | 14 | 28 | 0 | 4B | 32 | 45 | 154 | 3C | 14 |
| Octal | 120 | 24 | 50 | 0 | 113 | 62 | 105 | 524 | 74 | 24 |
| Binary | 1010000 | 10100 | 101000 | 0 | 1001011 | 110010 | 1000101 | 101010100 | 111100 | 10100 |
Color Harmonies of #501428
Complementary color
Monochromatic Colors of #501428
Black with #501428
Text Example
Text Example
White with #501428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501428; }
p { color: rgb(80,20,40); }
H1.HeaderClassName
{
color: #501428;
}
.AnyTagClassName
{
color: #501428;
}
</style>
background-color css
<style>
a { background-color: #501428; }
a { background-color: rgb(80,20,40); }
div.DivClassName
{
background-color: #501428;
}
.BgClassName
{
background-color: #501428;
}
</style>
border-color css
<style>
span { border-color: #501428; }
span { border-color: rgb(80,20,40); }
td.TdClassName
{
border-color: #501428;
}
.TagClassName
{
border-color: #501428;
}
</style>