Shades of Bordeaux #50131E
Tints of Bordeaux #50131E
RGB
CMYK
RGB Variations
Color information
#50131E (or 0x50131E) is known color: Bordeaux. HEX triplet: 50, 13 and 1E. RGB value is (80,19,30). Sum of RGB (Red+Green+Blue) = 80+19+30=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50131E is #AFECE1. Grayscale: #262626. Windows color (decimal): -11529442 or 1971024. OLE color: 1971024.
HSL color Cylindrical-coordinate representation of color #50131E: hue angle of 349.18º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50131E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 30 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.69 |
| HSL | 349.18º | 0.62% | 0.19% | - |
| HSV(B) | 349.18º | 0.76% | 0.31% | - |
| XYZ | 3.78 | 2.26 | 1.47 | - |
| YUV | 38.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 30 | 0 | 0.76 | 0.62 | 0.69 | 349.18 | 0.62 | 0.19 |
| Hex | 50 | 13 | 1E | 0 | 4C | 3E | 45 | 15D | 3E | 13 |
| Octal | 120 | 23 | 36 | 0 | 114 | 76 | 105 | 535 | 76 | 23 |
| Binary | 1010000 | 10011 | 11110 | 0 | 1001100 | 111110 | 1000101 | 101011101 | 111110 | 10011 |
Color Harmonies of #50131E
Complementary color
Monochromatic Colors of #50131E
Black with #50131E
Text Example
Text Example
White with #50131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50131E; }
p { color: rgb(80,19,30); }
H1.HeaderClassName
{
color: #50131E;
}
.AnyTagClassName
{
color: #50131E;
}
</style>
background-color css
<style>
a { background-color: #50131E; }
a { background-color: rgb(80,19,30); }
div.DivClassName
{
background-color: #50131E;
}
.BgClassName
{
background-color: #50131E;
}
</style>
border-color css
<style>
span { border-color: #50131E; }
span { border-color: rgb(80,19,30); }
td.TdClassName
{
border-color: #50131E;
}
.TagClassName
{
border-color: #50131E;
}
</style>