Shades of Bordeaux #49061E
Tints of Bordeaux #49061E
RGB
CMYK
RGB Variations
Color information
#49061E (or 0x49061E) is known color: Bordeaux. HEX triplet: 49, 06 and 1E. RGB value is (73,6,30). Sum of RGB (Red+Green+Blue) = 73+6+30=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #49061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49061E is #B6F9E1. Grayscale: #1C1C1C. Windows color (decimal): -11991522 or 1967689. OLE color: 1967689.
HSL color Cylindrical-coordinate representation of color #49061E: hue angle of 338.51º 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 #49061E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 30 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.71 |
| HSL | 338.51º | 0.85% | 0.15% | - |
| HSV(B) | 338.51º | 0.92% | 0.29% | - |
| XYZ | 3.05 | 1.64 | 1.38 | - |
| YUV | 28.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 30 | 0 | 0.92 | 0.59 | 0.71 | 338.51 | 0.85 | 0.15 |
| Hex | 49 | 6 | 1E | 0 | 5C | 3B | 47 | 153 | 55 | F |
| Octal | 111 | 6 | 36 | 0 | 134 | 73 | 107 | 523 | 125 | 17 |
| Binary | 1001001 | 110 | 11110 | 0 | 1011100 | 111011 | 1000111 | 101010011 | 1010101 | 1111 |
Color Harmonies of #49061E
Complementary color
Monochromatic Colors of #49061E
Black with #49061E
Text Example
Text Example
White with #49061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49061E; }
p { color: rgb(73,6,30); }
H1.HeaderClassName
{
color: #49061E;
}
.AnyTagClassName
{
color: #49061E;
}
</style>
background-color css
<style>
a { background-color: #49061E; }
a { background-color: rgb(73,6,30); }
div.DivClassName
{
background-color: #49061E;
}
.BgClassName
{
background-color: #49061E;
}
</style>
border-color css
<style>
span { border-color: #49061E; }
span { border-color: rgb(73,6,30); }
td.TdClassName
{
border-color: #49061E;
}
.TagClassName
{
border-color: #49061E;
}
</style>