Shades of Bordeaux #50121F
Tints of Bordeaux #50121F
RGB
CMYK
RGB Variations
Color information
#50121F (or 0x50121F) is known color: Bordeaux. HEX triplet: 50, 12 and 1F. RGB value is (80,18,31). Sum of RGB (Red+Green+Blue) = 80+18+31=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #50121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50121F is #AFEDE0. Grayscale: #262626. Windows color (decimal): -11529697 or 2036304. OLE color: 2036304.
HSL color Cylindrical-coordinate representation of color #50121F: hue angle of 347.42º 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 #50121F is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 31 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.69 |
| HSL | 347.42º | 0.63% | 0.19% | - |
| HSV(B) | 347.42º | 0.78% | 0.31% | - |
| XYZ | 3.77 | 2.24 | 1.53 | - |
| YUV | 38.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 31 | 0 | 0.78 | 0.61 | 0.69 | 347.42 | 0.63 | 0.19 |
| Hex | 50 | 12 | 1F | 0 | 4E | 3D | 45 | 15B | 3F | 13 |
| Octal | 120 | 22 | 37 | 0 | 116 | 75 | 105 | 533 | 77 | 23 |
| Binary | 1010000 | 10010 | 11111 | 0 | 1001110 | 111101 | 1000101 | 101011011 | 111111 | 10011 |
Color Harmonies of #50121F
Complementary color
Monochromatic Colors of #50121F
Black with #50121F
Text Example
Text Example
White with #50121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50121F; }
p { color: rgb(80,18,31); }
H1.HeaderClassName
{
color: #50121F;
}
.AnyTagClassName
{
color: #50121F;
}
</style>
background-color css
<style>
a { background-color: #50121F; }
a { background-color: rgb(80,18,31); }
div.DivClassName
{
background-color: #50121F;
}
.BgClassName
{
background-color: #50121F;
}
</style>
border-color css
<style>
span { border-color: #50121F; }
span { border-color: rgb(80,18,31); }
td.TdClassName
{
border-color: #50121F;
}
.TagClassName
{
border-color: #50121F;
}
</style>