Shades of Bordeaux #49222B
Tints of Bordeaux #49222B
RGB
CMYK
RGB Variations
Color information
#49222B (or 0x49222B) is known color: Bordeaux. HEX triplet: 49, 22 and 2B. RGB value is (73,34,43). Sum of RGB (Red+Green+Blue) = 73+34+43=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49222B is #B6DDD4. Grayscale: #2E2E2E. Windows color (decimal): -11984341 or 2826825. OLE color: 2826825.
HSL color Cylindrical-coordinate representation of color #49222B: hue angle of 346.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49222B is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 43 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.71 |
| HSL | 346.15º | 0.36% | 0.21% | - |
| HSV(B) | 346.15º | 0.53% | 0.29% | - |
| XYZ | 3.76 | 2.73 | 2.62 | - |
| YUV | 46.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 43 | 0 | 0.53 | 0.41 | 0.71 | 346.15 | 0.36 | 0.21 |
| Hex | 49 | 22 | 2B | 0 | 35 | 29 | 47 | 15A | 24 | 15 |
| Octal | 111 | 42 | 53 | 0 | 65 | 51 | 107 | 532 | 44 | 25 |
| Binary | 1001001 | 100010 | 101011 | 0 | 110101 | 101001 | 1000111 | 101011010 | 100100 | 10101 |
Color Harmonies of #49222B
Complementary color
Monochromatic Colors of #49222B
Black with #49222B
Text Example
Text Example
White with #49222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49222B; }
p { color: rgb(73,34,43); }
H1.HeaderClassName
{
color: #49222B;
}
.AnyTagClassName
{
color: #49222B;
}
</style>
background-color css
<style>
a { background-color: #49222B; }
a { background-color: rgb(73,34,43); }
div.DivClassName
{
background-color: #49222B;
}
.BgClassName
{
background-color: #49222B;
}
</style>
border-color css
<style>
span { border-color: #49222B; }
span { border-color: rgb(73,34,43); }
td.TdClassName
{
border-color: #49222B;
}
.TagClassName
{
border-color: #49222B;
}
</style>