Shades of Bordeaux #49101B
Tints of Bordeaux #49101B
RGB
CMYK
RGB Variations
Color information
#49101B (or 0x49101B) is known color: Bordeaux. HEX triplet: 49, 10 and 1B. RGB value is (73,16,27). Sum of RGB (Red+Green+Blue) = 73+16+27=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #49101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49101B is #B6EFE4. Grayscale: #222222. Windows color (decimal): -11988965 or 1773641. OLE color: 1773641.
HSL color Cylindrical-coordinate representation of color #49101B: hue angle of 348.42º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49101B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 27 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.71 |
| HSL | 348.42º | 0.64% | 0.17% | - |
| HSV(B) | 348.42º | 0.78% | 0.29% | - |
| XYZ | 3.13 | 1.87 | 1.23 | - |
| YUV | 34.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 27 | 0 | 0.78 | 0.63 | 0.71 | 348.42 | 0.64 | 0.17 |
| Hex | 49 | 10 | 1B | 0 | 4E | 3F | 47 | 15C | 40 | 11 |
| Octal | 111 | 20 | 33 | 0 | 116 | 77 | 107 | 534 | 100 | 21 |
| Binary | 1001001 | 10000 | 11011 | 0 | 1001110 | 111111 | 1000111 | 101011100 | 1000000 | 10001 |
Color Harmonies of #49101B
Complementary color
Monochromatic Colors of #49101B
Black with #49101B
Text Example
Text Example
White with #49101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49101B; }
p { color: rgb(73,16,27); }
H1.HeaderClassName
{
color: #49101B;
}
.AnyTagClassName
{
color: #49101B;
}
</style>
background-color css
<style>
a { background-color: #49101B; }
a { background-color: rgb(73,16,27); }
div.DivClassName
{
background-color: #49101B;
}
.BgClassName
{
background-color: #49101B;
}
</style>
border-color css
<style>
span { border-color: #49101B; }
span { border-color: rgb(73,16,27); }
td.TdClassName
{
border-color: #49101B;
}
.TagClassName
{
border-color: #49101B;
}
</style>