Shades of Bordeaux #49031D
Tints of Bordeaux #49031D
RGB
CMYK
RGB Variations
Color information
#49031D (or 0x49031D) is known color: Bordeaux. HEX triplet: 49, 03 and 1D. RGB value is (73,3,29). Sum of RGB (Red+Green+Blue) = 73+3+29=105 (13% of max value = 765). Red value is 73 (28.91% from 255 or 69.52% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 73 - color contains mainly: red. Hex color #49031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49031D is #B6FCE2. Grayscale: #1A1A1A. Windows color (decimal): -11992291 or 1901385. OLE color: 1901385.
HSL color Cylindrical-coordinate representation of color #49031D: hue angle of 337.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49031D is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 29 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.71 |
| HSL | 337.71º | 0.92% | 0.15% | - |
| HSV(B) | 337.71º | 0.96% | 0.29% | - |
| XYZ | 3 | 1.57 | 1.31 | - |
| YUV | 26.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 29 | 0 | 0.96 | 0.60 | 0.71 | 337.71 | 0.92 | 0.15 |
| Hex | 49 | 3 | 1D | 0 | 60 | 3C | 47 | 152 | 5C | F |
| Octal | 111 | 3 | 35 | 0 | 140 | 74 | 107 | 522 | 134 | 17 |
| Binary | 1001001 | 11 | 11101 | 0 | 1100000 | 111100 | 1000111 | 101010010 | 1011100 | 1111 |
Color Harmonies of #49031D
Complementary color
Monochromatic Colors of #49031D
Black with #49031D
Text Example
Text Example
White with #49031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49031D; }
p { color: rgb(73,3,29); }
H1.HeaderClassName
{
color: #49031D;
}
.AnyTagClassName
{
color: #49031D;
}
</style>
background-color css
<style>
a { background-color: #49031D; }
a { background-color: rgb(73,3,29); }
div.DivClassName
{
background-color: #49031D;
}
.BgClassName
{
background-color: #49031D;
}
</style>
border-color css
<style>
span { border-color: #49031D; }
span { border-color: rgb(73,3,29); }
td.TdClassName
{
border-color: #49031D;
}
.TagClassName
{
border-color: #49031D;
}
</style>