Shades of Bordeaux #492229
Tints of Bordeaux #492229
RGB
CMYK
RGB Variations
Color information
#492229 (or 0x492229) is known color: Bordeaux. HEX triplet: 49, 22 and 29. RGB value is (73,34,41). Sum of RGB (Red+Green+Blue) = 73+34+41=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492229 is #B6DDD6. Grayscale: #2E2E2E. Windows color (decimal): -11984343 or 2695753. OLE color: 2695753.
HSL color Cylindrical-coordinate representation of color #492229: hue angle of 349.23º 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 #492229 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 34 | 41 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.71 |
| HSL | 349.23º | 0.36% | 0.21% | - |
| HSV(B) | 349.23º | 0.53% | 0.29% | - |
| XYZ | 3.72 | 2.72 | 2.43 | - |
| YUV | 46.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 41 | 0 | 0.53 | 0.44 | 0.71 | 349.23 | 0.36 | 0.21 |
| Hex | 49 | 22 | 29 | 0 | 35 | 2C | 47 | 15D | 24 | 15 |
| Octal | 111 | 42 | 51 | 0 | 65 | 54 | 107 | 535 | 44 | 25 |
| Binary | 1001001 | 100010 | 101001 | 0 | 110101 | 101100 | 1000111 | 101011101 | 100100 | 10101 |
Color Harmonies of #492229
Complementary color
Monochromatic Colors of #492229
Black with #492229
Text Example
Text Example
White with #492229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492229; }
p { color: rgb(73,34,41); }
H1.HeaderClassName
{
color: #492229;
}
.AnyTagClassName
{
color: #492229;
}
</style>
background-color css
<style>
a { background-color: #492229; }
a { background-color: rgb(73,34,41); }
div.DivClassName
{
background-color: #492229;
}
.BgClassName
{
background-color: #492229;
}
</style>
border-color css
<style>
span { border-color: #492229; }
span { border-color: rgb(73,34,41); }
td.TdClassName
{
border-color: #492229;
}
.TagClassName
{
border-color: #492229;
}
</style>