Shades of Bordeaux #49131D
Tints of Bordeaux #49131D
RGB
CMYK
RGB Variations
Color information
#49131D (or 0x49131D) is known color: Bordeaux. HEX triplet: 49, 13 and 1D. RGB value is (73,19,29). Sum of RGB (Red+Green+Blue) = 73+19+29=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #49131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49131D is #B6ECE2. Grayscale: #242424. Windows color (decimal): -11988195 or 1905481. OLE color: 1905481.
HSL color Cylindrical-coordinate representation of color #49131D: hue angle of 348.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49131D is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 19 | 29 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.71 |
| HSL | 348.89º | 0.59% | 0.18% | - |
| HSV(B) | 348.89º | 0.74% | 0.29% | - |
| XYZ | 3.2 | 1.97 | 1.37 | - |
| YUV | 36.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 29 | 0 | 0.74 | 0.60 | 0.71 | 348.89 | 0.59 | 0.18 |
| Hex | 49 | 13 | 1D | 0 | 4A | 3C | 47 | 15D | 3B | 12 |
| Octal | 111 | 23 | 35 | 0 | 112 | 74 | 107 | 535 | 73 | 22 |
| Binary | 1001001 | 10011 | 11101 | 0 | 1001010 | 111100 | 1000111 | 101011101 | 111011 | 10010 |
Color Harmonies of #49131D
Complementary color
Monochromatic Colors of #49131D
Black with #49131D
Text Example
Text Example
White with #49131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49131D; }
p { color: rgb(73,19,29); }
H1.HeaderClassName
{
color: #49131D;
}
.AnyTagClassName
{
color: #49131D;
}
</style>
background-color css
<style>
a { background-color: #49131D; }
a { background-color: rgb(73,19,29); }
div.DivClassName
{
background-color: #49131D;
}
.BgClassName
{
background-color: #49131D;
}
</style>
border-color css
<style>
span { border-color: #49131D; }
span { border-color: rgb(73,19,29); }
td.TdClassName
{
border-color: #49131D;
}
.TagClassName
{
border-color: #49131D;
}
</style>