Shades of Bordeaux #49151E
Tints of Bordeaux #49151E
RGB
CMYK
RGB Variations
Color information
#49151E (or 0x49151E) is known color: Bordeaux. HEX triplet: 49, 15 and 1E. RGB value is (73,21,30). Sum of RGB (Red+Green+Blue) = 73+21+30=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49151E is #B6EAE1. Grayscale: #252525. Windows color (decimal): -11987682 or 1971529. OLE color: 1971529.
HSL color Cylindrical-coordinate representation of color #49151E: hue angle of 349.62º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49151E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 30 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.71 |
| HSL | 349.62º | 0.55% | 0.18% | - |
| HSV(B) | 349.62º | 0.71% | 0.29% | - |
| XYZ | 3.25 | 2.05 | 1.45 | - |
| YUV | 37.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 30 | 0 | 0.71 | 0.59 | 0.71 | 349.62 | 0.55 | 0.18 |
| Hex | 49 | 15 | 1E | 0 | 47 | 3B | 47 | 15E | 37 | 12 |
| Octal | 111 | 25 | 36 | 0 | 107 | 73 | 107 | 536 | 67 | 22 |
| Binary | 1001001 | 10101 | 11110 | 0 | 1000111 | 111011 | 1000111 | 101011110 | 110111 | 10010 |
Color Harmonies of #49151E
Complementary color
Monochromatic Colors of #49151E
Black with #49151E
Text Example
Text Example
White with #49151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49151E; }
p { color: rgb(73,21,30); }
H1.HeaderClassName
{
color: #49151E;
}
.AnyTagClassName
{
color: #49151E;
}
</style>
background-color css
<style>
a { background-color: #49151E; }
a { background-color: rgb(73,21,30); }
div.DivClassName
{
background-color: #49151E;
}
.BgClassName
{
background-color: #49151E;
}
</style>
border-color css
<style>
span { border-color: #49151E; }
span { border-color: rgb(73,21,30); }
td.TdClassName
{
border-color: #49151E;
}
.TagClassName
{
border-color: #49151E;
}
</style>