Shades of Bordeaux #490819
Tints of Bordeaux #490819
RGB
CMYK
RGB Variations
Color information
#490819 (or 0x490819) is known color: Bordeaux. HEX triplet: 49, 08 and 19. RGB value is (73,8,25). Sum of RGB (Red+Green+Blue) = 73+8+25=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #490819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490819 is #B6F7E6. Grayscale: #1D1D1D. Windows color (decimal): -11991015 or 1640521. OLE color: 1640521.
HSL color Cylindrical-coordinate representation of color #490819: hue angle of 344.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490819 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 8 | 25 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.71 |
| HSL | 344.31º | 0.8% | 0.16% | - |
| HSV(B) | 344.31º | 0.89% | 0.29% | - |
| XYZ | 3.01 | 1.66 | 1.08 | - |
| YUV | 29.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 25 | 0 | 0.89 | 0.66 | 0.71 | 344.31 | 0.8 | 0.16 |
| Hex | 49 | 8 | 19 | 0 | 59 | 42 | 47 | 158 | 50 | 10 |
| Octal | 111 | 10 | 31 | 0 | 131 | 102 | 107 | 530 | 120 | 20 |
| Binary | 1001001 | 1000 | 11001 | 0 | 1011001 | 1000010 | 1000111 | 101011000 | 1010000 | 10000 |
Color Harmonies of #490819
Complementary color
Monochromatic Colors of #490819
Black with #490819
Text Example
Text Example
White with #490819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490819; }
p { color: rgb(73,8,25); }
H1.HeaderClassName
{
color: #490819;
}
.AnyTagClassName
{
color: #490819;
}
</style>
background-color css
<style>
a { background-color: #490819; }
a { background-color: rgb(73,8,25); }
div.DivClassName
{
background-color: #490819;
}
.BgClassName
{
background-color: #490819;
}
</style>
border-color css
<style>
span { border-color: #490819; }
span { border-color: rgb(73,8,25); }
td.TdClassName
{
border-color: #490819;
}
.TagClassName
{
border-color: #490819;
}
</style>