Shades of Bordeaux #49091E
Tints of Bordeaux #49091E
RGB
CMYK
RGB Variations
Color information
#49091E (or 0x49091E) is known color: Bordeaux. HEX triplet: 49, 09 and 1E. RGB value is (73,9,30). Sum of RGB (Red+Green+Blue) = 73+9+30=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #49091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49091E is #B6F6E1. Grayscale: #1E1E1E. Windows color (decimal): -11990754 or 1968457. OLE color: 1968457.
HSL color Cylindrical-coordinate representation of color #49091E: hue angle of 340.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49091E is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 30 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.71 |
| HSL | 340.31º | 0.78% | 0.16% | - |
| HSV(B) | 340.31º | 0.88% | 0.29% | - |
| XYZ | 3.08 | 1.71 | 1.4 | - |
| YUV | 30.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 30 | 0 | 0.88 | 0.59 | 0.71 | 340.31 | 0.78 | 0.16 |
| Hex | 49 | 9 | 1E | 0 | 58 | 3B | 47 | 154 | 4E | 10 |
| Octal | 111 | 11 | 36 | 0 | 130 | 73 | 107 | 524 | 116 | 20 |
| Binary | 1001001 | 1001 | 11110 | 0 | 1011000 | 111011 | 1000111 | 101010100 | 1001110 | 10000 |
Color Harmonies of #49091E
Complementary color
Monochromatic Colors of #49091E
Black with #49091E
Text Example
Text Example
White with #49091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49091E; }
p { color: rgb(73,9,30); }
H1.HeaderClassName
{
color: #49091E;
}
.AnyTagClassName
{
color: #49091E;
}
</style>
background-color css
<style>
a { background-color: #49091E; }
a { background-color: rgb(73,9,30); }
div.DivClassName
{
background-color: #49091E;
}
.BgClassName
{
background-color: #49091E;
}
</style>
border-color css
<style>
span { border-color: #49091E; }
span { border-color: rgb(73,9,30); }
td.TdClassName
{
border-color: #49091E;
}
.TagClassName
{
border-color: #49091E;
}
</style>