Shades of Bordeaux #49031C
Tints of Bordeaux #49031C
RGB
CMYK
RGB Variations
Color information
#49031C (or 0x49031C) is known color: Bordeaux. HEX triplet: 49, 03 and 1C. RGB value is (73,3,28). Sum of RGB (Red+Green+Blue) = 73+3+28=104 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.19% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 73 - color contains mainly: red. Hex color #49031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49031C is #B6FCE3. Grayscale: #1A1A1A. Windows color (decimal): -11992292 or 1835849. OLE color: 1835849.
HSL color Cylindrical-coordinate representation of color #49031C: hue angle of 338.57º 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 #49031C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 3 | 28 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.71 |
| HSL | 338.57º | 0.92% | 0.15% | - |
| HSV(B) | 338.57º | 0.96% | 0.29% | - |
| XYZ | 2.99 | 1.57 | 1.24 | - |
| YUV | 26.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 28 | 0 | 0.96 | 0.62 | 0.71 | 338.57 | 0.92 | 0.15 |
| Hex | 49 | 3 | 1C | 0 | 60 | 3E | 47 | 153 | 5C | F |
| Octal | 111 | 3 | 34 | 0 | 140 | 76 | 107 | 523 | 134 | 17 |
| Binary | 1001001 | 11 | 11100 | 0 | 1100000 | 111110 | 1000111 | 101010011 | 1011100 | 1111 |
Color Harmonies of #49031C
Complementary color
Monochromatic Colors of #49031C
Black with #49031C
Text Example
Text Example
White with #49031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49031C; }
p { color: rgb(73,3,28); }
H1.HeaderClassName
{
color: #49031C;
}
.AnyTagClassName
{
color: #49031C;
}
</style>
background-color css
<style>
a { background-color: #49031C; }
a { background-color: rgb(73,3,28); }
div.DivClassName
{
background-color: #49031C;
}
.BgClassName
{
background-color: #49031C;
}
</style>
border-color css
<style>
span { border-color: #49031C; }
span { border-color: rgb(73,3,28); }
td.TdClassName
{
border-color: #49031C;
}
.TagClassName
{
border-color: #49031C;
}
</style>