Shades of Bordeaux #49161D
Tints of Bordeaux #49161D
RGB
CMYK
RGB Variations
Color information
#49161D (or 0x49161D) is known color: Bordeaux. HEX triplet: 49, 16 and 1D. RGB value is (73,22,29). Sum of RGB (Red+Green+Blue) = 73+22+29=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49161D is #B6E9E2. Grayscale: #262626. Windows color (decimal): -11987427 or 1906249. OLE color: 1906249.
HSL color Cylindrical-coordinate representation of color #49161D: hue angle of 351.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49161D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 29 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.71 |
| HSL | 351.76º | 0.54% | 0.19% | - |
| HSV(B) | 351.76º | 0.7% | 0.29% | - |
| XYZ | 3.26 | 2.08 | 1.39 | - |
| YUV | 38.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 29 | 0 | 0.70 | 0.60 | 0.71 | 351.76 | 0.54 | 0.19 |
| Hex | 49 | 16 | 1D | 0 | 46 | 3C | 47 | 160 | 36 | 13 |
| Octal | 111 | 26 | 35 | 0 | 106 | 74 | 107 | 540 | 66 | 23 |
| Binary | 1001001 | 10110 | 11101 | 0 | 1000110 | 111100 | 1000111 | 101100000 | 110110 | 10011 |
Color Harmonies of #49161D
Complementary color
Monochromatic Colors of #49161D
Black with #49161D
Text Example
Text Example
White with #49161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49161D; }
p { color: rgb(73,22,29); }
H1.HeaderClassName
{
color: #49161D;
}
.AnyTagClassName
{
color: #49161D;
}
</style>
background-color css
<style>
a { background-color: #49161D; }
a { background-color: rgb(73,22,29); }
div.DivClassName
{
background-color: #49161D;
}
.BgClassName
{
background-color: #49161D;
}
</style>
border-color css
<style>
span { border-color: #49161D; }
span { border-color: rgb(73,22,29); }
td.TdClassName
{
border-color: #49161D;
}
.TagClassName
{
border-color: #49161D;
}
</style>