Shades of Bordeaux #49141B
Tints of Bordeaux #49141B
RGB
CMYK
RGB Variations
Color information
#49141B (or 0x49141B) is known color: Bordeaux. HEX triplet: 49, 14 and 1B. RGB value is (73,20,27). Sum of RGB (Red+Green+Blue) = 73+20+27=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #49141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49141B is #B6EBE4. Grayscale: #242424. Windows color (decimal): -11987941 or 1774665. OLE color: 1774665.
HSL color Cylindrical-coordinate representation of color #49141B: hue angle of 352.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49141B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 27 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.71 |
| HSL | 352.08º | 0.57% | 0.18% | - |
| HSV(B) | 352.08º | 0.73% | 0.29% | - |
| XYZ | 3.2 | 2 | 1.25 | - |
| YUV | 36.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 27 | 0 | 0.73 | 0.63 | 0.71 | 352.08 | 0.57 | 0.18 |
| Hex | 49 | 14 | 1B | 0 | 49 | 3F | 47 | 160 | 39 | 12 |
| Octal | 111 | 24 | 33 | 0 | 111 | 77 | 107 | 540 | 71 | 22 |
| Binary | 1001001 | 10100 | 11011 | 0 | 1001001 | 111111 | 1000111 | 101100000 | 111001 | 10010 |
Color Harmonies of #49141B
Complementary color
Monochromatic Colors of #49141B
Black with #49141B
Text Example
Text Example
White with #49141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49141B; }
p { color: rgb(73,20,27); }
H1.HeaderClassName
{
color: #49141B;
}
.AnyTagClassName
{
color: #49141B;
}
</style>
background-color css
<style>
a { background-color: #49141B; }
a { background-color: rgb(73,20,27); }
div.DivClassName
{
background-color: #49141B;
}
.BgClassName
{
background-color: #49141B;
}
</style>
border-color css
<style>
span { border-color: #49141B; }
span { border-color: rgb(73,20,27); }
td.TdClassName
{
border-color: #49141B;
}
.TagClassName
{
border-color: #49141B;
}
</style>