Shades of Bordeaux #501426
Tints of Bordeaux #501426
RGB
CMYK
RGB Variations
Color information
#501426 (or 0x501426) is known color: Bordeaux. HEX triplet: 50, 14 and 26. RGB value is (80,20,38). Sum of RGB (Red+Green+Blue) = 80+20+38=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501426 is #AFEBD9. Grayscale: #272727. Windows color (decimal): -11529178 or 2495568. OLE color: 2495568.
HSL color Cylindrical-coordinate representation of color #501426: hue angle of 342º 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 #501426 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 38 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.69 |
| HSL | 342º | 0.6% | 0.2% | - |
| HSV(B) | 342º | 0.75% | 0.31% | - |
| XYZ | 3.91 | 2.35 | 2.08 | - |
| YUV | 39.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 38 | 0 | 0.75 | 0.52 | 0.69 | 342 | 0.6 | 0.2 |
| Hex | 50 | 14 | 26 | 0 | 4B | 34 | 45 | 156 | 3C | 14 |
| Octal | 120 | 24 | 46 | 0 | 113 | 64 | 105 | 526 | 74 | 24 |
| Binary | 1010000 | 10100 | 100110 | 0 | 1001011 | 110100 | 1000101 | 101010110 | 111100 | 10100 |
Color Harmonies of #501426
Complementary color
Monochromatic Colors of #501426
Black with #501426
Text Example
Text Example
White with #501426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501426; }
p { color: rgb(80,20,38); }
H1.HeaderClassName
{
color: #501426;
}
.AnyTagClassName
{
color: #501426;
}
</style>
background-color css
<style>
a { background-color: #501426; }
a { background-color: rgb(80,20,38); }
div.DivClassName
{
background-color: #501426;
}
.BgClassName
{
background-color: #501426;
}
</style>
border-color css
<style>
span { border-color: #501426; }
span { border-color: rgb(80,20,38); }
td.TdClassName
{
border-color: #501426;
}
.TagClassName
{
border-color: #501426;
}
</style>