Shades of Bordeaux #490019
Tints of Bordeaux #490019
RGB
CMYK
RGB Variations
Color information
#490019 (or 0x490019) is known color: Bordeaux. HEX triplet: 49, 00 and 19. RGB value is (73,0,25). Sum of RGB (Red+Green+Blue) = 73+0+25=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490019 is #B6FFE6. Grayscale: #181818. Windows color (decimal): -11993063 or 1638473. OLE color: 1638473.
HSL color Cylindrical-coordinate representation of color #490019: hue angle of 339.45º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490019 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.66 | 0.71 |
| HSL | 339.45º | 1% | 0.14% | - |
| HSV(B) | 339.45º | 1% | 0.29% | - |
| XYZ | 2.92 | 1.49 | 1.05 | - |
| YUV | 24.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 25 | 0 | 1 | 0.66 | 0.71 | 339.45 | 1 | 0.14 |
| Hex | 49 | 0 | 19 | 0 | 64 | 42 | 47 | 153 | 64 | E |
| Octal | 111 | 0 | 31 | 0 | 144 | 102 | 107 | 523 | 144 | 16 |
| Binary | 1001001 | 0 | 11001 | 0 | 1100100 | 1000010 | 1000111 | 101010011 | 1100100 | 1110 |
Color Harmonies of #490019
Complementary color
Monochromatic Colors of #490019
Black with #490019
Text Example
Text Example
White with #490019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490019; }
p { color: rgb(73,0,25); }
H1.HeaderClassName
{
color: #490019;
}
.AnyTagClassName
{
color: #490019;
}
</style>
background-color css
<style>
a { background-color: #490019; }
a { background-color: rgb(73,0,25); }
div.DivClassName
{
background-color: #490019;
}
.BgClassName
{
background-color: #490019;
}
</style>
border-color css
<style>
span { border-color: #490019; }
span { border-color: rgb(73,0,25); }
td.TdClassName
{
border-color: #490019;
}
.TagClassName
{
border-color: #490019;
}
</style>