Shades of Bordeaux #50191E
Tints of Bordeaux #50191E
RGB
CMYK
RGB Variations
Color information
#50191E (or 0x50191E) is known color: Bordeaux. HEX triplet: 50, 19 and 1E. RGB value is (80,25,30). Sum of RGB (Red+Green+Blue) = 80+25+30=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #50191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50191E is #AFE6E1. Grayscale: #2A2A2A. Windows color (decimal): -11527906 or 1972560. OLE color: 1972560.
HSL color Cylindrical-coordinate representation of color #50191E: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50191E is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 30 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.69 |
| HSL | 354.55º | 0.52% | 0.21% | - |
| HSV(B) | 354.55º | 0.69% | 0.31% | - |
| XYZ | 3.89 | 2.49 | 1.5 | - |
| YUV | 42.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 30 | 0 | 0.69 | 0.62 | 0.69 | 354.55 | 0.52 | 0.21 |
| Hex | 50 | 19 | 1E | 0 | 45 | 3E | 45 | 163 | 34 | 15 |
| Octal | 120 | 31 | 36 | 0 | 105 | 76 | 105 | 543 | 64 | 25 |
| Binary | 1010000 | 11001 | 11110 | 0 | 1000101 | 111110 | 1000101 | 101100011 | 110100 | 10101 |
Color Harmonies of #50191E
Complementary color
Monochromatic Colors of #50191E
Black with #50191E
Text Example
Text Example
White with #50191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50191E; }
p { color: rgb(80,25,30); }
H1.HeaderClassName
{
color: #50191E;
}
.AnyTagClassName
{
color: #50191E;
}
</style>
background-color css
<style>
a { background-color: #50191E; }
a { background-color: rgb(80,25,30); }
div.DivClassName
{
background-color: #50191E;
}
.BgClassName
{
background-color: #50191E;
}
</style>
border-color css
<style>
span { border-color: #50191E; }
span { border-color: rgb(80,25,30); }
td.TdClassName
{
border-color: #50191E;
}
.TagClassName
{
border-color: #50191E;
}
</style>