Shades of Bordeaux #491625
Tints of Bordeaux #491625
RGB
CMYK
RGB Variations
Color information
#491625 (or 0x491625) is known color: Bordeaux. HEX triplet: 49, 16 and 25. RGB value is (73,22,37). Sum of RGB (Red+Green+Blue) = 73+22+37=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491625 is #B6E9DA. Grayscale: #262626. Windows color (decimal): -11987419 or 2430537. OLE color: 2430537.
HSL color Cylindrical-coordinate representation of color #491625: hue angle of 342.35º 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 #491625 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 37 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.71 |
| HSL | 342.35º | 0.54% | 0.19% | - |
| HSV(B) | 342.35º | 0.7% | 0.29% | - |
| XYZ | 3.37 | 2.12 | 1.98 | - |
| YUV | 38.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 37 | 0 | 0.70 | 0.49 | 0.71 | 342.35 | 0.54 | 0.19 |
| Hex | 49 | 16 | 25 | 0 | 46 | 31 | 47 | 156 | 36 | 13 |
| Octal | 111 | 26 | 45 | 0 | 106 | 61 | 107 | 526 | 66 | 23 |
| Binary | 1001001 | 10110 | 100101 | 0 | 1000110 | 110001 | 1000111 | 101010110 | 110110 | 10011 |
Color Harmonies of #491625
Complementary color
Monochromatic Colors of #491625
Black with #491625
Text Example
Text Example
White with #491625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491625; }
p { color: rgb(73,22,37); }
H1.HeaderClassName
{
color: #491625;
}
.AnyTagClassName
{
color: #491625;
}
</style>
background-color css
<style>
a { background-color: #491625; }
a { background-color: rgb(73,22,37); }
div.DivClassName
{
background-color: #491625;
}
.BgClassName
{
background-color: #491625;
}
</style>
border-color css
<style>
span { border-color: #491625; }
span { border-color: rgb(73,22,37); }
td.TdClassName
{
border-color: #491625;
}
.TagClassName
{
border-color: #491625;
}
</style>