Shades of Bordeaux #49141D
Tints of Bordeaux #49141D
RGB
CMYK
RGB Variations
Color information
#49141D (or 0x49141D) is known color: Bordeaux. HEX triplet: 49, 14 and 1D. RGB value is (73,20,29). Sum of RGB (Red+Green+Blue) = 73+20+29=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #49141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49141D is #B6EBE2. Grayscale: #242424. Windows color (decimal): -11987939 or 1905737. OLE color: 1905737.
HSL color Cylindrical-coordinate representation of color #49141D: hue angle of 349.81º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49141D is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 29 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.71 |
| HSL | 349.81º | 0.57% | 0.18% | - |
| HSV(B) | 349.81º | 0.73% | 0.29% | - |
| XYZ | 3.22 | 2.01 | 1.38 | - |
| YUV | 36.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 29 | 0 | 0.73 | 0.60 | 0.71 | 349.81 | 0.57 | 0.18 |
| Hex | 49 | 14 | 1D | 0 | 49 | 3C | 47 | 15E | 39 | 12 |
| Octal | 111 | 24 | 35 | 0 | 111 | 74 | 107 | 536 | 71 | 22 |
| Binary | 1001001 | 10100 | 11101 | 0 | 1001001 | 111100 | 1000111 | 101011110 | 111001 | 10010 |
Color Harmonies of #49141D
Complementary color
Monochromatic Colors of #49141D
Black with #49141D
Text Example
Text Example
White with #49141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49141D; }
p { color: rgb(73,20,29); }
H1.HeaderClassName
{
color: #49141D;
}
.AnyTagClassName
{
color: #49141D;
}
</style>
background-color css
<style>
a { background-color: #49141D; }
a { background-color: rgb(73,20,29); }
div.DivClassName
{
background-color: #49141D;
}
.BgClassName
{
background-color: #49141D;
}
</style>
border-color css
<style>
span { border-color: #49141D; }
span { border-color: rgb(73,20,29); }
td.TdClassName
{
border-color: #49141D;
}
.TagClassName
{
border-color: #49141D;
}
</style>