Shades of Bordeaux #49121B
Tints of Bordeaux #49121B
RGB
CMYK
RGB Variations
Color information
#49121B (or 0x49121B) is known color: Bordeaux. HEX triplet: 49, 12 and 1B. RGB value is (73,18,27). Sum of RGB (Red+Green+Blue) = 73+18+27=118 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.86% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 73 - color contains mainly: red. Hex color #49121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49121B is #B6EDE4. Grayscale: #232323. Windows color (decimal): -11988453 or 1774153. OLE color: 1774153.
HSL color Cylindrical-coordinate representation of color #49121B: hue angle of 350.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49121B is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 18 | 27 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.71 |
| HSL | 350.18º | 0.6% | 0.18% | - |
| HSV(B) | 350.18º | 0.75% | 0.29% | - |
| XYZ | 3.16 | 1.93 | 1.24 | - |
| YUV | 35.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 27 | 0 | 0.75 | 0.63 | 0.71 | 350.18 | 0.6 | 0.18 |
| Hex | 49 | 12 | 1B | 0 | 4B | 3F | 47 | 15E | 3C | 12 |
| Octal | 111 | 22 | 33 | 0 | 113 | 77 | 107 | 536 | 74 | 22 |
| Binary | 1001001 | 10010 | 11011 | 0 | 1001011 | 111111 | 1000111 | 101011110 | 111100 | 10010 |
Color Harmonies of #49121B
Complementary color
Monochromatic Colors of #49121B
Black with #49121B
Text Example
Text Example
White with #49121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49121B; }
p { color: rgb(73,18,27); }
H1.HeaderClassName
{
color: #49121B;
}
.AnyTagClassName
{
color: #49121B;
}
</style>
background-color css
<style>
a { background-color: #49121B; }
a { background-color: rgb(73,18,27); }
div.DivClassName
{
background-color: #49121B;
}
.BgClassName
{
background-color: #49121B;
}
</style>
border-color css
<style>
span { border-color: #49121B; }
span { border-color: rgb(73,18,27); }
td.TdClassName
{
border-color: #49121B;
}
.TagClassName
{
border-color: #49121B;
}
</style>