Shades of Bordeaux #49161C
Tints of Bordeaux #49161C
RGB
CMYK
RGB Variations
Color information
#49161C (or 0x49161C) is known color: Bordeaux. HEX triplet: 49, 16 and 1C. RGB value is (73,22,28). Sum of RGB (Red+Green+Blue) = 73+22+28=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49161C is #B6E9E3. Grayscale: #252525. Windows color (decimal): -11987428 or 1840713. OLE color: 1840713.
HSL color Cylindrical-coordinate representation of color #49161C: hue angle of 352.94º 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 #49161C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 28 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.71 |
| HSL | 352.94º | 0.54% | 0.19% | - |
| HSV(B) | 352.94º | 0.7% | 0.29% | - |
| XYZ | 3.24 | 2.07 | 1.33 | - |
| YUV | 37.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 28 | 0 | 0.70 | 0.62 | 0.71 | 352.94 | 0.54 | 0.19 |
| Hex | 49 | 16 | 1C | 0 | 46 | 3E | 47 | 161 | 36 | 13 |
| Octal | 111 | 26 | 34 | 0 | 106 | 76 | 107 | 541 | 66 | 23 |
| Binary | 1001001 | 10110 | 11100 | 0 | 1000110 | 111110 | 1000111 | 101100001 | 110110 | 10011 |
Color Harmonies of #49161C
Complementary color
Monochromatic Colors of #49161C
Black with #49161C
Text Example
Text Example
White with #49161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49161C; }
p { color: rgb(73,22,28); }
H1.HeaderClassName
{
color: #49161C;
}
.AnyTagClassName
{
color: #49161C;
}
</style>
background-color css
<style>
a { background-color: #49161C; }
a { background-color: rgb(73,22,28); }
div.DivClassName
{
background-color: #49161C;
}
.BgClassName
{
background-color: #49161C;
}
</style>
border-color css
<style>
span { border-color: #49161C; }
span { border-color: rgb(73,22,28); }
td.TdClassName
{
border-color: #49161C;
}
.TagClassName
{
border-color: #49161C;
}
</style>