Shades of Bordeaux #49071C
Tints of Bordeaux #49071C
RGB
CMYK
RGB Variations
Color information
#49071C (or 0x49071C) is known color: Bordeaux. HEX triplet: 49, 07 and 1C. RGB value is (73,7,28). Sum of RGB (Red+Green+Blue) = 73+7+28=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071C is #B6F8E3. Grayscale: #1D1D1D. Windows color (decimal): -11991268 or 1836873. OLE color: 1836873.
HSL color Cylindrical-coordinate representation of color #49071C: hue angle of 340.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49071C is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 28 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.71 |
| HSL | 340.91º | 0.83% | 0.16% | - |
| HSV(B) | 340.91º | 0.9% | 0.29% | - |
| XYZ | 3.03 | 1.65 | 1.26 | - |
| YUV | 29.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 28 | 0 | 0.90 | 0.62 | 0.71 | 340.91 | 0.83 | 0.16 |
| Hex | 49 | 7 | 1C | 0 | 5A | 3E | 47 | 155 | 52 | 10 |
| Octal | 111 | 7 | 34 | 0 | 132 | 76 | 107 | 525 | 122 | 20 |
| Binary | 1001001 | 111 | 11100 | 0 | 1011010 | 111110 | 1000111 | 101010101 | 1010010 | 10000 |
Color Harmonies of #49071C
Complementary color
Monochromatic Colors of #49071C
Black with #49071C
Text Example
Text Example
White with #49071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49071C; }
p { color: rgb(73,7,28); }
H1.HeaderClassName
{
color: #49071C;
}
.AnyTagClassName
{
color: #49071C;
}
</style>
background-color css
<style>
a { background-color: #49071C; }
a { background-color: rgb(73,7,28); }
div.DivClassName
{
background-color: #49071C;
}
.BgClassName
{
background-color: #49071C;
}
</style>
border-color css
<style>
span { border-color: #49071C; }
span { border-color: rgb(73,7,28); }
td.TdClassName
{
border-color: #49071C;
}
.TagClassName
{
border-color: #49071C;
}
</style>