Shades of Bordeaux #49051D
Tints of Bordeaux #49051D
RGB
CMYK
RGB Variations
Color information
#49051D (or 0x49051D) is known color: Bordeaux. HEX triplet: 49, 05 and 1D. RGB value is (73,5,29). Sum of RGB (Red+Green+Blue) = 73+5+29=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49051D is #B6FAE2. Grayscale: #1C1C1C. Windows color (decimal): -11991779 or 1901897. OLE color: 1901897.
HSL color Cylindrical-coordinate representation of color #49051D: hue angle of 338.82º 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 #49051D is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 29 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.71 |
| HSL | 338.82º | 0.87% | 0.15% | - |
| HSV(B) | 338.82º | 0.93% | 0.29% | - |
| XYZ | 3.02 | 1.61 | 1.31 | - |
| YUV | 28.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 29 | 0 | 0.93 | 0.60 | 0.71 | 338.82 | 0.87 | 0.15 |
| Hex | 49 | 5 | 1D | 0 | 5D | 3C | 47 | 153 | 57 | F |
| Octal | 111 | 5 | 35 | 0 | 135 | 74 | 107 | 523 | 127 | 17 |
| Binary | 1001001 | 101 | 11101 | 0 | 1011101 | 111100 | 1000111 | 101010011 | 1010111 | 1111 |
Color Harmonies of #49051D
Complementary color
Monochromatic Colors of #49051D
Black with #49051D
Text Example
Text Example
White with #49051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49051D; }
p { color: rgb(73,5,29); }
H1.HeaderClassName
{
color: #49051D;
}
.AnyTagClassName
{
color: #49051D;
}
</style>
background-color css
<style>
a { background-color: #49051D; }
a { background-color: rgb(73,5,29); }
div.DivClassName
{
background-color: #49051D;
}
.BgClassName
{
background-color: #49051D;
}
</style>
border-color css
<style>
span { border-color: #49051D; }
span { border-color: rgb(73,5,29); }
td.TdClassName
{
border-color: #49051D;
}
.TagClassName
{
border-color: #49051D;
}
</style>