Shades of Bordeaux #50121B
Tints of Bordeaux #50121B
RGB
CMYK
RGB Variations
Color information
#50121B (or 0x50121B) is known color: Bordeaux. HEX triplet: 50, 12 and 1B. RGB value is (80,18,27). Sum of RGB (Red+Green+Blue) = 80+18+27=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50121B is #AFEDE4. Grayscale: #252525. Windows color (decimal): -11529701 or 1774160. OLE color: 1774160.
HSL color Cylindrical-coordinate representation of color #50121B: hue angle of 351.29º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50121B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 27 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.69 |
| HSL | 351.29º | 0.63% | 0.19% | - |
| HSV(B) | 351.29º | 0.78% | 0.31% | - |
| XYZ | 3.72 | 2.22 | 1.27 | - |
| YUV | 37.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 27 | 0 | 0.78 | 0.66 | 0.69 | 351.29 | 0.63 | 0.19 |
| Hex | 50 | 12 | 1B | 0 | 4E | 42 | 45 | 15F | 3F | 13 |
| Octal | 120 | 22 | 33 | 0 | 116 | 102 | 105 | 537 | 77 | 23 |
| Binary | 1010000 | 10010 | 11011 | 0 | 1001110 | 1000010 | 1000101 | 101011111 | 111111 | 10011 |
Color Harmonies of #50121B
Complementary color
Monochromatic Colors of #50121B
Black with #50121B
Text Example
Text Example
White with #50121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50121B; }
p { color: rgb(80,18,27); }
H1.HeaderClassName
{
color: #50121B;
}
.AnyTagClassName
{
color: #50121B;
}
</style>
background-color css
<style>
a { background-color: #50121B; }
a { background-color: rgb(80,18,27); }
div.DivClassName
{
background-color: #50121B;
}
.BgClassName
{
background-color: #50121B;
}
</style>
border-color css
<style>
span { border-color: #50121B; }
span { border-color: rgb(80,18,27); }
td.TdClassName
{
border-color: #50121B;
}
.TagClassName
{
border-color: #50121B;
}
</style>