Shades of Bordeaux #50131D
Tints of Bordeaux #50131D
RGB
CMYK
RGB Variations
Color information
#50131D (or 0x50131D) is known color: Bordeaux. HEX triplet: 50, 13 and 1D. RGB value is (80,19,29). Sum of RGB (Red+Green+Blue) = 80+19+29=128 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.5% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 80 - color contains mainly: red. Hex color #50131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50131D is #AFECE2. Grayscale: #262626. Windows color (decimal): -11529443 or 1905488. OLE color: 1905488.
HSL color Cylindrical-coordinate representation of color #50131D: hue angle of 350.16º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50131D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 29 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.69 |
| HSL | 350.16º | 0.62% | 0.19% | - |
| HSV(B) | 350.16º | 0.76% | 0.31% | - |
| XYZ | 3.76 | 2.26 | 1.4 | - |
| YUV | 38.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 29 | 0 | 0.76 | 0.64 | 0.69 | 350.16 | 0.62 | 0.19 |
| Hex | 50 | 13 | 1D | 0 | 4C | 40 | 45 | 15E | 3E | 13 |
| Octal | 120 | 23 | 35 | 0 | 114 | 100 | 105 | 536 | 76 | 23 |
| Binary | 1010000 | 10011 | 11101 | 0 | 1001100 | 1000000 | 1000101 | 101011110 | 111110 | 10011 |
Color Harmonies of #50131D
Complementary color
Monochromatic Colors of #50131D
Black with #50131D
Text Example
Text Example
White with #50131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50131D; }
p { color: rgb(80,19,29); }
H1.HeaderClassName
{
color: #50131D;
}
.AnyTagClassName
{
color: #50131D;
}
</style>
background-color css
<style>
a { background-color: #50131D; }
a { background-color: rgb(80,19,29); }
div.DivClassName
{
background-color: #50131D;
}
.BgClassName
{
background-color: #50131D;
}
</style>
border-color css
<style>
span { border-color: #50131D; }
span { border-color: rgb(80,19,29); }
td.TdClassName
{
border-color: #50131D;
}
.TagClassName
{
border-color: #50131D;
}
</style>