Shades of Bordeaux #50111E
Tints of Bordeaux #50111E
RGB
CMYK
RGB Variations
Color information
#50111E (or 0x50111E) is known color: Bordeaux. HEX triplet: 50, 11 and 1E. RGB value is (80,17,30). Sum of RGB (Red+Green+Blue) = 80+17+30=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50111E is #AFEEE1. Grayscale: #252525. Windows color (decimal): -11529954 or 1970512. OLE color: 1970512.
HSL color Cylindrical-coordinate representation of color #50111E: hue angle of 347.62º 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 #50111E is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 30 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.69 |
| HSL | 347.62º | 0.65% | 0.19% | - |
| HSV(B) | 347.62º | 0.79% | 0.31% | - |
| XYZ | 3.74 | 2.2 | 1.46 | - |
| YUV | 37.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 30 | 0 | 0.79 | 0.62 | 0.69 | 347.62 | 0.65 | 0.19 |
| Hex | 50 | 11 | 1E | 0 | 4F | 3E | 45 | 15C | 41 | 13 |
| Octal | 120 | 21 | 36 | 0 | 117 | 76 | 105 | 534 | 101 | 23 |
| Binary | 1010000 | 10001 | 11110 | 0 | 1001111 | 111110 | 1000101 | 101011100 | 1000001 | 10011 |
Color Harmonies of #50111E
Complementary color
Monochromatic Colors of #50111E
Black with #50111E
Text Example
Text Example
White with #50111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50111E; }
p { color: rgb(80,17,30); }
H1.HeaderClassName
{
color: #50111E;
}
.AnyTagClassName
{
color: #50111E;
}
</style>
background-color css
<style>
a { background-color: #50111E; }
a { background-color: rgb(80,17,30); }
div.DivClassName
{
background-color: #50111E;
}
.BgClassName
{
background-color: #50111E;
}
</style>
border-color css
<style>
span { border-color: #50111E; }
span { border-color: rgb(80,17,30); }
td.TdClassName
{
border-color: #50111E;
}
.TagClassName
{
border-color: #50111E;
}
</style>