Shades of Bordeaux #49061C
Tints of Bordeaux #49061C
RGB
CMYK
RGB Variations
Color information
#49061C (or 0x49061C) is known color: Bordeaux. HEX triplet: 49, 06 and 1C. RGB value is (73,6,28). Sum of RGB (Red+Green+Blue) = 73+6+28=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49061C is #B6F9E3. Grayscale: #1C1C1C. Windows color (decimal): -11991524 or 1836617. OLE color: 1836617.
HSL color Cylindrical-coordinate representation of color #49061C: hue angle of 340.3º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49061C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 6 | 28 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.71 |
| HSL | 340.3º | 0.85% | 0.15% | - |
| HSV(B) | 340.3º | 0.92% | 0.29% | - |
| XYZ | 3.02 | 1.63 | 1.25 | - |
| YUV | 28.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 28 | 0 | 0.92 | 0.62 | 0.71 | 340.3 | 0.85 | 0.15 |
| Hex | 49 | 6 | 1C | 0 | 5C | 3E | 47 | 154 | 55 | F |
| Octal | 111 | 6 | 34 | 0 | 134 | 76 | 107 | 524 | 125 | 17 |
| Binary | 1001001 | 110 | 11100 | 0 | 1011100 | 111110 | 1000111 | 101010100 | 1010101 | 1111 |
Color Harmonies of #49061C
Complementary color
Monochromatic Colors of #49061C
Black with #49061C
Text Example
Text Example
White with #49061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49061C; }
p { color: rgb(73,6,28); }
H1.HeaderClassName
{
color: #49061C;
}
.AnyTagClassName
{
color: #49061C;
}
</style>
background-color css
<style>
a { background-color: #49061C; }
a { background-color: rgb(73,6,28); }
div.DivClassName
{
background-color: #49061C;
}
.BgClassName
{
background-color: #49061C;
}
</style>
border-color css
<style>
span { border-color: #49061C; }
span { border-color: rgb(73,6,28); }
td.TdClassName
{
border-color: #49061C;
}
.TagClassName
{
border-color: #49061C;
}
</style>