Shades of Bordeaux #49212B
Tints of Bordeaux #49212B
RGB
CMYK
RGB Variations
Color information
#49212B (or 0x49212B) is known color: Bordeaux. HEX triplet: 49, 21 and 2B. RGB value is (73,33,43). Sum of RGB (Red+Green+Blue) = 73+33+43=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49212B is #B6DED4. Grayscale: #2E2E2E. Windows color (decimal): -11984597 or 2826569. OLE color: 2826569.
HSL color Cylindrical-coordinate representation of color #49212B: hue angle of 345º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49212B is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 33 | 43 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.71 |
| HSL | 345º | 0.38% | 0.21% | - |
| HSV(B) | 345º | 0.55% | 0.29% | - |
| XYZ | 3.73 | 2.68 | 2.61 | - |
| YUV | 46.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 43 | 0 | 0.55 | 0.41 | 0.71 | 345 | 0.38 | 0.21 |
| Hex | 49 | 21 | 2B | 0 | 37 | 29 | 47 | 159 | 26 | 15 |
| Octal | 111 | 41 | 53 | 0 | 67 | 51 | 107 | 531 | 46 | 25 |
| Binary | 1001001 | 100001 | 101011 | 0 | 110111 | 101001 | 1000111 | 101011001 | 100110 | 10101 |
Color Harmonies of #49212B
Complementary color
Monochromatic Colors of #49212B
Black with #49212B
Text Example
Text Example
White with #49212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49212B; }
p { color: rgb(73,33,43); }
H1.HeaderClassName
{
color: #49212B;
}
.AnyTagClassName
{
color: #49212B;
}
</style>
background-color css
<style>
a { background-color: #49212B; }
a { background-color: rgb(73,33,43); }
div.DivClassName
{
background-color: #49212B;
}
.BgClassName
{
background-color: #49212B;
}
</style>
border-color css
<style>
span { border-color: #49212B; }
span { border-color: rgb(73,33,43); }
td.TdClassName
{
border-color: #49212B;
}
.TagClassName
{
border-color: #49212B;
}
</style>