Shades of Bordeaux #50101E
Tints of Bordeaux #50101E
RGB
CMYK
RGB Variations
Color information
#50101E (or 0x50101E) is known color: Bordeaux. HEX triplet: 50, 10 and 1E. RGB value is (80,16,30). Sum of RGB (Red+Green+Blue) = 80+16+30=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101E is #AFEFE1. Grayscale: #242424. Windows color (decimal): -11530210 or 1970256. OLE color: 1970256.
HSL color Cylindrical-coordinate representation of color #50101E: hue angle of 346.88º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50101E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 30 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.69 |
| HSL | 346.88º | 0.67% | 0.19% | - |
| HSV(B) | 346.88º | 0.8% | 0.31% | - |
| XYZ | 3.73 | 2.17 | 1.45 | - |
| YUV | 36.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 30 | 0 | 0.80 | 0.62 | 0.69 | 346.88 | 0.67 | 0.19 |
| Hex | 50 | 10 | 1E | 0 | 50 | 3E | 45 | 15B | 43 | 13 |
| Octal | 120 | 20 | 36 | 0 | 120 | 76 | 105 | 533 | 103 | 23 |
| Binary | 1010000 | 10000 | 11110 | 0 | 1010000 | 111110 | 1000101 | 101011011 | 1000011 | 10011 |
Color Harmonies of #50101E
Complementary color
Monochromatic Colors of #50101E
Black with #50101E
Text Example
Text Example
White with #50101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50101E; }
p { color: rgb(80,16,30); }
H1.HeaderClassName
{
color: #50101E;
}
.AnyTagClassName
{
color: #50101E;
}
</style>
background-color css
<style>
a { background-color: #50101E; }
a { background-color: rgb(80,16,30); }
div.DivClassName
{
background-color: #50101E;
}
.BgClassName
{
background-color: #50101E;
}
</style>
border-color css
<style>
span { border-color: #50101E; }
span { border-color: rgb(80,16,30); }
td.TdClassName
{
border-color: #50101E;
}
.TagClassName
{
border-color: #50101E;
}
</style>