Shades of Bordeaux #50091B
Tints of Bordeaux #50091B
RGB
CMYK
RGB Variations
Color information
#50091B (or 0x50091B) is known color: Bordeaux. HEX triplet: 50, 09 and 1B. RGB value is (80,9,27). Sum of RGB (Red+Green+Blue) = 80+9+27=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50091B is #AFF6E4. Grayscale: #202020. Windows color (decimal): -11532005 or 1771856. OLE color: 1771856.
HSL color Cylindrical-coordinate representation of color #50091B: hue angle of 344.79º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50091B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 27 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.69 |
| HSL | 344.79º | 0.8% | 0.17% | - |
| HSV(B) | 344.79º | 0.89% | 0.31% | - |
| XYZ | 3.6 | 1.98 | 1.23 | - |
| YUV | 32.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 27 | 0 | 0.89 | 0.66 | 0.69 | 344.79 | 0.8 | 0.17 |
| Hex | 50 | 9 | 1B | 0 | 59 | 42 | 45 | 159 | 50 | 11 |
| Octal | 120 | 11 | 33 | 0 | 131 | 102 | 105 | 531 | 120 | 21 |
| Binary | 1010000 | 1001 | 11011 | 0 | 1011001 | 1000010 | 1000101 | 101011001 | 1010000 | 10001 |
Color Harmonies of #50091B
Complementary color
Monochromatic Colors of #50091B
Black with #50091B
Text Example
Text Example
White with #50091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50091B; }
p { color: rgb(80,9,27); }
H1.HeaderClassName
{
color: #50091B;
}
.AnyTagClassName
{
color: #50091B;
}
</style>
background-color css
<style>
a { background-color: #50091B; }
a { background-color: rgb(80,9,27); }
div.DivClassName
{
background-color: #50091B;
}
.BgClassName
{
background-color: #50091B;
}
</style>
border-color css
<style>
span { border-color: #50091B; }
span { border-color: rgb(80,9,27); }
td.TdClassName
{
border-color: #50091B;
}
.TagClassName
{
border-color: #50091B;
}
</style>