Shades of Bordeaux #490219
Tints of Bordeaux #490219
RGB
CMYK
RGB Variations
Color information
#490219 (or 0x490219) is known color: Bordeaux. HEX triplet: 49, 02 and 19. RGB value is (73,2,25). Sum of RGB (Red+Green+Blue) = 73+2+25=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490219 is #B6FDE6. Grayscale: #191919. Windows color (decimal): -11992551 or 1638985. OLE color: 1638985.
HSL color Cylindrical-coordinate representation of color #490219: hue angle of 340.56º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490219 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 2 | 25 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.71 |
| HSL | 340.56º | 0.95% | 0.15% | - |
| HSV(B) | 340.56º | 0.97% | 0.29% | - |
| XYZ | 2.94 | 1.53 | 1.06 | - |
| YUV | 25.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 25 | 0 | 0.97 | 0.66 | 0.71 | 340.56 | 0.95 | 0.15 |
| Hex | 49 | 2 | 19 | 0 | 61 | 42 | 47 | 155 | 5F | F |
| Octal | 111 | 2 | 31 | 0 | 141 | 102 | 107 | 525 | 137 | 17 |
| Binary | 1001001 | 10 | 11001 | 0 | 1100001 | 1000010 | 1000111 | 101010101 | 1011111 | 1111 |
Color Harmonies of #490219
Complementary color
Monochromatic Colors of #490219
Black with #490219
Text Example
Text Example
White with #490219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490219; }
p { color: rgb(73,2,25); }
H1.HeaderClassName
{
color: #490219;
}
.AnyTagClassName
{
color: #490219;
}
</style>
background-color css
<style>
a { background-color: #490219; }
a { background-color: rgb(73,2,25); }
div.DivClassName
{
background-color: #490219;
}
.BgClassName
{
background-color: #490219;
}
</style>
border-color css
<style>
span { border-color: #490219; }
span { border-color: rgb(73,2,25); }
td.TdClassName
{
border-color: #490219;
}
.TagClassName
{
border-color: #490219;
}
</style>