Shades of Bordeaux #50011F
Tints of Bordeaux #50011F
RGB
CMYK
RGB Variations
Color information
#50011F (or 0x50011F) is known color: Bordeaux. HEX triplet: 50, 01 and 1F. RGB value is (80,1,31). Sum of RGB (Red+Green+Blue) = 80+1+31=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #50011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50011F is #AFFEE0. Grayscale: #1C1C1C. Windows color (decimal): -11534049 or 2031952. OLE color: 2031952.
HSL color Cylindrical-coordinate representation of color #50011F: hue angle of 337.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50011F is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.69 |
| HSL | 337.22º | 0.98% | 0.16% | - |
| HSV(B) | 337.22º | 0.99% | 0.31% | - |
| XYZ | 3.57 | 1.83 | 1.46 | - |
| YUV | 28.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 31 | 0 | 0.99 | 0.61 | 0.69 | 337.22 | 0.98 | 0.16 |
| Hex | 50 | 1 | 1F | 0 | 63 | 3D | 45 | 151 | 62 | 10 |
| Octal | 120 | 1 | 37 | 0 | 143 | 75 | 105 | 521 | 142 | 20 |
| Binary | 1010000 | 1 | 11111 | 0 | 1100011 | 111101 | 1000101 | 101010001 | 1100010 | 10000 |
Color Harmonies of #50011F
Complementary color
Monochromatic Colors of #50011F
Black with #50011F
Text Example
Text Example
White with #50011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50011F; }
p { color: rgb(80,1,31); }
H1.HeaderClassName
{
color: #50011F;
}
.AnyTagClassName
{
color: #50011F;
}
</style>
background-color css
<style>
a { background-color: #50011F; }
a { background-color: rgb(80,1,31); }
div.DivClassName
{
background-color: #50011F;
}
.BgClassName
{
background-color: #50011F;
}
</style>
border-color css
<style>
span { border-color: #50011F; }
span { border-color: rgb(80,1,31); }
td.TdClassName
{
border-color: #50011F;
}
.TagClassName
{
border-color: #50011F;
}
</style>