Shades of Bordeaux #50192B
Tints of Bordeaux #50192B
RGB
CMYK
RGB Variations
Color information
#50192B (or 0x50192B) is known color: Bordeaux. HEX triplet: 50, 19 and 2B. RGB value is (80,25,43). Sum of RGB (Red+Green+Blue) = 80+25+43=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #50192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50192B is #AFE6D4. Grayscale: #2B2B2B. Windows color (decimal): -11527893 or 2824528. OLE color: 2824528.
HSL color Cylindrical-coordinate representation of color #50192B: hue angle of 340.36º 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 #50192B is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 25 | 43 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.69 |
| HSL | 340.36º | 0.52% | 0.21% | - |
| HSV(B) | 340.36º | 0.69% | 0.31% | - |
| XYZ | 4.09 | 2.58 | 2.57 | - |
| YUV | 43.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 43 | 0 | 0.69 | 0.46 | 0.69 | 340.36 | 0.52 | 0.21 |
| Hex | 50 | 19 | 2B | 0 | 45 | 2E | 45 | 154 | 34 | 15 |
| Octal | 120 | 31 | 53 | 0 | 105 | 56 | 105 | 524 | 64 | 25 |
| Binary | 1010000 | 11001 | 101011 | 0 | 1000101 | 101110 | 1000101 | 101010100 | 110100 | 10101 |
Color Harmonies of #50192B
Complementary color
Monochromatic Colors of #50192B
Black with #50192B
Text Example
Text Example
White with #50192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50192B; }
p { color: rgb(80,25,43); }
H1.HeaderClassName
{
color: #50192B;
}
.AnyTagClassName
{
color: #50192B;
}
</style>
background-color css
<style>
a { background-color: #50192B; }
a { background-color: rgb(80,25,43); }
div.DivClassName
{
background-color: #50192B;
}
.BgClassName
{
background-color: #50192B;
}
</style>
border-color css
<style>
span { border-color: #50192B; }
span { border-color: rgb(80,25,43); }
td.TdClassName
{
border-color: #50192B;
}
.TagClassName
{
border-color: #50192B;
}
</style>