Shades of Bordeaux #50111F
Tints of Bordeaux #50111F
RGB
CMYK
RGB Variations
Color information
#50111F (or 0x50111F) is known color: Bordeaux. HEX triplet: 50, 11 and 1F. RGB value is (80,17,31). Sum of RGB (Red+Green+Blue) = 80+17+31=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50111F is #AFEEE0. Grayscale: #252525. Windows color (decimal): -11529953 or 2036048. OLE color: 2036048.
HSL color Cylindrical-coordinate representation of color #50111F: hue angle of 346.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50111F is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 31 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.69 |
| HSL | 346.67º | 0.65% | 0.19% | - |
| HSV(B) | 346.67º | 0.79% | 0.31% | - |
| XYZ | 3.76 | 2.21 | 1.52 | - |
| YUV | 37.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 31 | 0 | 0.79 | 0.61 | 0.69 | 346.67 | 0.65 | 0.19 |
| Hex | 50 | 11 | 1F | 0 | 4F | 3D | 45 | 15B | 41 | 13 |
| Octal | 120 | 21 | 37 | 0 | 117 | 75 | 105 | 533 | 101 | 23 |
| Binary | 1010000 | 10001 | 11111 | 0 | 1001111 | 111101 | 1000101 | 101011011 | 1000001 | 10011 |
Color Harmonies of #50111F
Complementary color
Monochromatic Colors of #50111F
Black with #50111F
Text Example
Text Example
White with #50111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50111F; }
p { color: rgb(80,17,31); }
H1.HeaderClassName
{
color: #50111F;
}
.AnyTagClassName
{
color: #50111F;
}
</style>
background-color css
<style>
a { background-color: #50111F; }
a { background-color: rgb(80,17,31); }
div.DivClassName
{
background-color: #50111F;
}
.BgClassName
{
background-color: #50111F;
}
</style>
border-color css
<style>
span { border-color: #50111F; }
span { border-color: rgb(80,17,31); }
td.TdClassName
{
border-color: #50111F;
}
.TagClassName
{
border-color: #50111F;
}
</style>