Shades of Bordeaux #49051E
Tints of Bordeaux #49051E
RGB
CMYK
RGB Variations
Color information
#49051E (or 0x49051E) is known color: Bordeaux. HEX triplet: 49, 05 and 1E. RGB value is (73,5,30). Sum of RGB (Red+Green+Blue) = 73+5+30=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051E is #B6FAE1. Grayscale: #1C1C1C. Windows color (decimal): -11991778 or 1967433. OLE color: 1967433.
HSL color Cylindrical-coordinate representation of color #49051E: hue angle of 337.94º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49051E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 30 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.71 |
| HSL | 337.94º | 0.87% | 0.15% | - |
| HSV(B) | 337.94º | 0.93% | 0.29% | - |
| XYZ | 3.04 | 1.62 | 1.38 | - |
| YUV | 28.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 30 | 0 | 0.93 | 0.59 | 0.71 | 337.94 | 0.87 | 0.15 |
| Hex | 49 | 5 | 1E | 0 | 5D | 3B | 47 | 152 | 57 | F |
| Octal | 111 | 5 | 36 | 0 | 135 | 73 | 107 | 522 | 127 | 17 |
| Binary | 1001001 | 101 | 11110 | 0 | 1011101 | 111011 | 1000111 | 101010010 | 1010111 | 1111 |
Color Harmonies of #49051E
Complementary color
Monochromatic Colors of #49051E
Black with #49051E
Text Example
Text Example
White with #49051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49051E; }
p { color: rgb(73,5,30); }
H1.HeaderClassName
{
color: #49051E;
}
.AnyTagClassName
{
color: #49051E;
}
</style>
background-color css
<style>
a { background-color: #49051E; }
a { background-color: rgb(73,5,30); }
div.DivClassName
{
background-color: #49051E;
}
.BgClassName
{
background-color: #49051E;
}
</style>
border-color css
<style>
span { border-color: #49051E; }
span { border-color: rgb(73,5,30); }
td.TdClassName
{
border-color: #49051E;
}
.TagClassName
{
border-color: #49051E;
}
</style>