Shades of Bordeaux #49191B
Tints of Bordeaux #49191B
RGB
CMYK
RGB Variations
Color information
#49191B (or 0x49191B) is known color: Bordeaux. HEX triplet: 49, 19 and 1B. RGB value is (73,25,27). Sum of RGB (Red+Green+Blue) = 73+25+27=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49191B is #B6E6E4. Grayscale: #272727. Windows color (decimal): -11986661 or 1775945. OLE color: 1775945.
HSL color Cylindrical-coordinate representation of color #49191B: hue angle of 357.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49191B is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 27 | - |
| CMYK | 0 | 0.66 | 0.63 | 0.71 |
| HSL | 357.5º | 0.49% | 0.19% | - |
| HSV(B) | 357.5º | 0.66% | 0.29% | - |
| XYZ | 3.29 | 2.19 | 1.29 | - |
| YUV | 39.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 27 | 0 | 0.66 | 0.63 | 0.71 | 357.5 | 0.49 | 0.19 |
| Hex | 49 | 19 | 1B | 0 | 42 | 3F | 47 | 166 | 31 | 13 |
| Octal | 111 | 31 | 33 | 0 | 102 | 77 | 107 | 546 | 61 | 23 |
| Binary | 1001001 | 11001 | 11011 | 0 | 1000010 | 111111 | 1000111 | 101100110 | 110001 | 10011 |
Color Harmonies of #49191B
Complementary color
Monochromatic Colors of #49191B
Black with #49191B
Text Example
Text Example
White with #49191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49191B; }
p { color: rgb(73,25,27); }
H1.HeaderClassName
{
color: #49191B;
}
.AnyTagClassName
{
color: #49191B;
}
</style>
background-color css
<style>
a { background-color: #49191B; }
a { background-color: rgb(73,25,27); }
div.DivClassName
{
background-color: #49191B;
}
.BgClassName
{
background-color: #49191B;
}
</style>
border-color css
<style>
span { border-color: #49191B; }
span { border-color: rgb(73,25,27); }
td.TdClassName
{
border-color: #49191B;
}
.TagClassName
{
border-color: #49191B;
}
</style>