Shades of Bordeaux #50111D
Tints of Bordeaux #50111D
RGB
CMYK
RGB Variations
Color information
#50111D (or 0x50111D) is known color: Bordeaux. HEX triplet: 50, 11 and 1D. RGB value is (80,17,29). Sum of RGB (Red+Green+Blue) = 80+17+29=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50111D is #AFEEE2. Grayscale: #252525. Windows color (decimal): -11529955 or 1904976. OLE color: 1904976.
HSL color Cylindrical-coordinate representation of color #50111D: hue angle of 348.57º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50111D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 29 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.69 |
| HSL | 348.57º | 0.65% | 0.19% | - |
| HSV(B) | 348.57º | 0.79% | 0.31% | - |
| XYZ | 3.73 | 2.2 | 1.39 | - |
| YUV | 37.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 29 | 0 | 0.79 | 0.64 | 0.69 | 348.57 | 0.65 | 0.19 |
| Hex | 50 | 11 | 1D | 0 | 4F | 40 | 45 | 15D | 41 | 13 |
| Octal | 120 | 21 | 35 | 0 | 117 | 100 | 105 | 535 | 101 | 23 |
| Binary | 1010000 | 10001 | 11101 | 0 | 1001111 | 1000000 | 1000101 | 101011101 | 1000001 | 10011 |
Color Harmonies of #50111D
Complementary color
Monochromatic Colors of #50111D
Black with #50111D
Text Example
Text Example
White with #50111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50111D; }
p { color: rgb(80,17,29); }
H1.HeaderClassName
{
color: #50111D;
}
.AnyTagClassName
{
color: #50111D;
}
</style>
background-color css
<style>
a { background-color: #50111D; }
a { background-color: rgb(80,17,29); }
div.DivClassName
{
background-color: #50111D;
}
.BgClassName
{
background-color: #50111D;
}
</style>
border-color css
<style>
span { border-color: #50111D; }
span { border-color: rgb(80,17,29); }
td.TdClassName
{
border-color: #50111D;
}
.TagClassName
{
border-color: #50111D;
}
</style>