Shades of Bordeaux #501628
Tints of Bordeaux #501628
RGB
CMYK
RGB Variations
Color information
#501628 (or 0x501628) is known color: Bordeaux. HEX triplet: 50, 16 and 28. RGB value is (80,22,40). Sum of RGB (Red+Green+Blue) = 80+22+40=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #501628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501628 is #AFE9D7. Grayscale: #292929. Windows color (decimal): -11528664 or 2627152. OLE color: 2627152.
HSL color Cylindrical-coordinate representation of color #501628: hue angle of 341.38º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501628 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 40 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.69 |
| HSL | 341.38º | 0.57% | 0.2% | - |
| HSV(B) | 341.38º | 0.73% | 0.31% | - |
| XYZ | 3.98 | 2.43 | 2.27 | - |
| YUV | 41.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 40 | 0 | 0.72 | 0.5 | 0.69 | 341.38 | 0.57 | 0.2 |
| Hex | 50 | 16 | 28 | 0 | 48 | 32 | 45 | 155 | 39 | 14 |
| Octal | 120 | 26 | 50 | 0 | 110 | 62 | 105 | 525 | 71 | 24 |
| Binary | 1010000 | 10110 | 101000 | 0 | 1001000 | 110010 | 1000101 | 101010101 | 111001 | 10100 |
Color Harmonies of #501628
Complementary color
Monochromatic Colors of #501628
Black with #501628
Text Example
Text Example
White with #501628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501628; }
p { color: rgb(80,22,40); }
H1.HeaderClassName
{
color: #501628;
}
.AnyTagClassName
{
color: #501628;
}
</style>
background-color css
<style>
a { background-color: #501628; }
a { background-color: rgb(80,22,40); }
div.DivClassName
{
background-color: #501628;
}
.BgClassName
{
background-color: #501628;
}
</style>
border-color css
<style>
span { border-color: #501628; }
span { border-color: rgb(80,22,40); }
td.TdClassName
{
border-color: #501628;
}
.TagClassName
{
border-color: #501628;
}
</style>