Shades of Bordeaux #50101F
Tints of Bordeaux #50101F
RGB
CMYK
RGB Variations
Color information
#50101F (or 0x50101F) is known color: Bordeaux. HEX triplet: 50, 10 and 1F. RGB value is (80,16,31). Sum of RGB (Red+Green+Blue) = 80+16+31=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101F is #AFEFE0. Grayscale: #242424. Windows color (decimal): -11530209 or 2035792. OLE color: 2035792.
HSL color Cylindrical-coordinate representation of color #50101F: hue angle of 345.94º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50101F is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 31 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.69 |
| HSL | 345.94º | 0.67% | 0.19% | - |
| HSV(B) | 345.94º | 0.8% | 0.31% | - |
| XYZ | 3.74 | 2.17 | 1.52 | - |
| YUV | 36.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 31 | 0 | 0.80 | 0.61 | 0.69 | 345.94 | 0.67 | 0.19 |
| Hex | 50 | 10 | 1F | 0 | 50 | 3D | 45 | 15A | 43 | 13 |
| Octal | 120 | 20 | 37 | 0 | 120 | 75 | 105 | 532 | 103 | 23 |
| Binary | 1010000 | 10000 | 11111 | 0 | 1010000 | 111101 | 1000101 | 101011010 | 1000011 | 10011 |
Color Harmonies of #50101F
Complementary color
Monochromatic Colors of #50101F
Black with #50101F
Text Example
Text Example
White with #50101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50101F; }
p { color: rgb(80,16,31); }
H1.HeaderClassName
{
color: #50101F;
}
.AnyTagClassName
{
color: #50101F;
}
</style>
background-color css
<style>
a { background-color: #50101F; }
a { background-color: rgb(80,16,31); }
div.DivClassName
{
background-color: #50101F;
}
.BgClassName
{
background-color: #50101F;
}
</style>
border-color css
<style>
span { border-color: #50101F; }
span { border-color: rgb(80,16,31); }
td.TdClassName
{
border-color: #50101F;
}
.TagClassName
{
border-color: #50101F;
}
</style>