Shades of Bordeaux #49111A
Tints of Bordeaux #49111A
RGB
CMYK
RGB Variations
Color information
#49111A (or 0x49111A) is known color: Bordeaux. HEX triplet: 49, 11 and 1A. RGB value is (73,17,26). Sum of RGB (Red+Green+Blue) = 73+17+26=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #49111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49111A is #B6EEE5. Grayscale: #222222. Windows color (decimal): -11988710 or 1708361. OLE color: 1708361.
HSL color Cylindrical-coordinate representation of color #49111A: hue angle of 350.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49111A is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 26 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.71 |
| HSL | 350.36º | 0.62% | 0.18% | - |
| HSV(B) | 350.36º | 0.77% | 0.29% | - |
| XYZ | 3.13 | 1.89 | 1.18 | - |
| YUV | 34.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 26 | 0 | 0.77 | 0.64 | 0.71 | 350.36 | 0.62 | 0.18 |
| Hex | 49 | 11 | 1A | 0 | 4D | 40 | 47 | 15E | 3E | 12 |
| Octal | 111 | 21 | 32 | 0 | 115 | 100 | 107 | 536 | 76 | 22 |
| Binary | 1001001 | 10001 | 11010 | 0 | 1001101 | 1000000 | 1000111 | 101011110 | 111110 | 10010 |
Color Harmonies of #49111A
Complementary color
Monochromatic Colors of #49111A
Black with #49111A
Text Example
Text Example
White with #49111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49111A; }
p { color: rgb(73,17,26); }
H1.HeaderClassName
{
color: #49111A;
}
.AnyTagClassName
{
color: #49111A;
}
</style>
background-color css
<style>
a { background-color: #49111A; }
a { background-color: rgb(73,17,26); }
div.DivClassName
{
background-color: #49111A;
}
.BgClassName
{
background-color: #49111A;
}
</style>
border-color css
<style>
span { border-color: #49111A; }
span { border-color: rgb(73,17,26); }
td.TdClassName
{
border-color: #49111A;
}
.TagClassName
{
border-color: #49111A;
}
</style>