Shades of Bordeaux #491622
Tints of Bordeaux #491622
RGB
CMYK
RGB Variations
Color information
#491622 (or 0x491622) is known color: Bordeaux. HEX triplet: 49, 16 and 22. RGB value is (73,22,34). Sum of RGB (Red+Green+Blue) = 73+22+34=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491622 is #B6E9DD. Grayscale: #262626. Windows color (decimal): -11987422 or 2233929. OLE color: 2233929.
HSL color Cylindrical-coordinate representation of color #491622: hue angle of 345.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491622 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 34 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.71 |
| HSL | 345.88º | 0.54% | 0.19% | - |
| HSV(B) | 345.88º | 0.7% | 0.29% | - |
| XYZ | 3.32 | 2.11 | 1.74 | - |
| YUV | 38.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 34 | 0 | 0.70 | 0.53 | 0.71 | 345.88 | 0.54 | 0.19 |
| Hex | 49 | 16 | 22 | 0 | 46 | 35 | 47 | 15A | 36 | 13 |
| Octal | 111 | 26 | 42 | 0 | 106 | 65 | 107 | 532 | 66 | 23 |
| Binary | 1001001 | 10110 | 100010 | 0 | 1000110 | 110101 | 1000111 | 101011010 | 110110 | 10011 |
Color Harmonies of #491622
Complementary color
Monochromatic Colors of #491622
Black with #491622
Text Example
Text Example
White with #491622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491622; }
p { color: rgb(73,22,34); }
H1.HeaderClassName
{
color: #491622;
}
.AnyTagClassName
{
color: #491622;
}
</style>
background-color css
<style>
a { background-color: #491622; }
a { background-color: rgb(73,22,34); }
div.DivClassName
{
background-color: #491622;
}
.BgClassName
{
background-color: #491622;
}
</style>
border-color css
<style>
span { border-color: #491622; }
span { border-color: rgb(73,22,34); }
td.TdClassName
{
border-color: #491622;
}
.TagClassName
{
border-color: #491622;
}
</style>