Shades of Bordeaux #49191F
Tints of Bordeaux #49191F
RGB
CMYK
RGB Variations
Color information
#49191F (or 0x49191F) is known color: Bordeaux. HEX triplet: 49, 19 and 1F. RGB value is (73,25,31). Sum of RGB (Red+Green+Blue) = 73+25+31=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #49191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49191F is #B6E6E0. Grayscale: #282828. Windows color (decimal): -11986657 or 2038089. OLE color: 2038089.
HSL color Cylindrical-coordinate representation of color #49191F: hue angle of 352.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 #49191F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 25 | 31 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.71 |
| HSL | 352.5º | 0.49% | 0.19% | - |
| HSV(B) | 352.5º | 0.66% | 0.29% | - |
| XYZ | 3.34 | 2.21 | 1.55 | - |
| YUV | 40.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 31 | 0 | 0.66 | 0.58 | 0.71 | 352.5 | 0.49 | 0.19 |
| Hex | 49 | 19 | 1F | 0 | 42 | 3A | 47 | 160 | 31 | 13 |
| Octal | 111 | 31 | 37 | 0 | 102 | 72 | 107 | 540 | 61 | 23 |
| Binary | 1001001 | 11001 | 11111 | 0 | 1000010 | 111010 | 1000111 | 101100000 | 110001 | 10011 |
Color Harmonies of #49191F
Complementary color
Monochromatic Colors of #49191F
Black with #49191F
Text Example
Text Example
White with #49191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49191F; }
p { color: rgb(73,25,31); }
H1.HeaderClassName
{
color: #49191F;
}
.AnyTagClassName
{
color: #49191F;
}
</style>
background-color css
<style>
a { background-color: #49191F; }
a { background-color: rgb(73,25,31); }
div.DivClassName
{
background-color: #49191F;
}
.BgClassName
{
background-color: #49191F;
}
</style>
border-color css
<style>
span { border-color: #49191F; }
span { border-color: rgb(73,25,31); }
td.TdClassName
{
border-color: #49191F;
}
.TagClassName
{
border-color: #49191F;
}
</style>