Shades of Bordeaux #49161E
Tints of Bordeaux #49161E
RGB
CMYK
RGB Variations
Color information
#49161E (or 0x49161E) is known color: Bordeaux. HEX triplet: 49, 16 and 1E. RGB value is (73,22,30). Sum of RGB (Red+Green+Blue) = 73+22+30=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49161E is #B6E9E1. Grayscale: #262626. Windows color (decimal): -11987426 or 1971785. OLE color: 1971785.
HSL color Cylindrical-coordinate representation of color #49161E: hue angle of 350.59º 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 #49161E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 30 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.71 |
| HSL | 350.59º | 0.54% | 0.19% | - |
| HSV(B) | 350.59º | 0.7% | 0.29% | - |
| XYZ | 3.27 | 2.08 | 1.46 | - |
| YUV | 38.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 30 | 0 | 0.70 | 0.59 | 0.71 | 350.59 | 0.54 | 0.19 |
| Hex | 49 | 16 | 1E | 0 | 46 | 3B | 47 | 15F | 36 | 13 |
| Octal | 111 | 26 | 36 | 0 | 106 | 73 | 107 | 537 | 66 | 23 |
| Binary | 1001001 | 10110 | 11110 | 0 | 1000110 | 111011 | 1000111 | 101011111 | 110110 | 10011 |
Color Harmonies of #49161E
Complementary color
Monochromatic Colors of #49161E
Black with #49161E
Text Example
Text Example
White with #49161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49161E; }
p { color: rgb(73,22,30); }
H1.HeaderClassName
{
color: #49161E;
}
.AnyTagClassName
{
color: #49161E;
}
</style>
background-color css
<style>
a { background-color: #49161E; }
a { background-color: rgb(73,22,30); }
div.DivClassName
{
background-color: #49161E;
}
.BgClassName
{
background-color: #49161E;
}
</style>
border-color css
<style>
span { border-color: #49161E; }
span { border-color: rgb(73,22,30); }
td.TdClassName
{
border-color: #49161E;
}
.TagClassName
{
border-color: #49161E;
}
</style>