Shades of Bordeaux #49061D
Tints of Bordeaux #49061D
RGB
CMYK
RGB Variations
Color information
#49061D (or 0x49061D) is known color: Bordeaux. HEX triplet: 49, 06 and 1D. RGB value is (73,6,29). Sum of RGB (Red+Green+Blue) = 73+6+29=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49061D is #B6F9E2. Grayscale: #1C1C1C. Windows color (decimal): -11991523 or 1902153. OLE color: 1902153.
HSL color Cylindrical-coordinate representation of color #49061D: hue angle of 339.4º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49061D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 29 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.71 |
| HSL | 339.4º | 0.85% | 0.15% | - |
| HSV(B) | 339.4º | 0.92% | 0.29% | - |
| XYZ | 3.03 | 1.64 | 1.32 | - |
| YUV | 28.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 29 | 0 | 0.92 | 0.60 | 0.71 | 339.4 | 0.85 | 0.15 |
| Hex | 49 | 6 | 1D | 0 | 5C | 3C | 47 | 153 | 55 | F |
| Octal | 111 | 6 | 35 | 0 | 134 | 74 | 107 | 523 | 125 | 17 |
| Binary | 1001001 | 110 | 11101 | 0 | 1011100 | 111100 | 1000111 | 101010011 | 1010101 | 1111 |
Color Harmonies of #49061D
Complementary color
Monochromatic Colors of #49061D
Black with #49061D
Text Example
Text Example
White with #49061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49061D; }
p { color: rgb(73,6,29); }
H1.HeaderClassName
{
color: #49061D;
}
.AnyTagClassName
{
color: #49061D;
}
</style>
background-color css
<style>
a { background-color: #49061D; }
a { background-color: rgb(73,6,29); }
div.DivClassName
{
background-color: #49061D;
}
.BgClassName
{
background-color: #49061D;
}
</style>
border-color css
<style>
span { border-color: #49061D; }
span { border-color: rgb(73,6,29); }
td.TdClassName
{
border-color: #49061D;
}
.TagClassName
{
border-color: #49061D;
}
</style>