Shades of Bordeaux #490919
Tints of Bordeaux #490919
RGB
CMYK
RGB Variations
Color information
#490919 (or 0x490919) is known color: Bordeaux. HEX triplet: 49, 09 and 19. RGB value is (73,9,25). Sum of RGB (Red+Green+Blue) = 73+9+25=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #490919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490919 is #B6F6E6. Grayscale: #1D1D1D. Windows color (decimal): -11990759 or 1640777. OLE color: 1640777.
HSL color Cylindrical-coordinate representation of color #490919: hue angle of 345º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490919 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 9 | 25 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.71 |
| HSL | 345º | 0.78% | 0.16% | - |
| HSV(B) | 345º | 0.88% | 0.29% | - |
| XYZ | 3.02 | 1.68 | 1.09 | - |
| YUV | 29.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 25 | 0 | 0.88 | 0.66 | 0.71 | 345 | 0.78 | 0.16 |
| Hex | 49 | 9 | 19 | 0 | 58 | 42 | 47 | 159 | 4E | 10 |
| Octal | 111 | 11 | 31 | 0 | 130 | 102 | 107 | 531 | 116 | 20 |
| Binary | 1001001 | 1001 | 11001 | 0 | 1011000 | 1000010 | 1000111 | 101011001 | 1001110 | 10000 |
Color Harmonies of #490919
Complementary color
Monochromatic Colors of #490919
Black with #490919
Text Example
Text Example
White with #490919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490919; }
p { color: rgb(73,9,25); }
H1.HeaderClassName
{
color: #490919;
}
.AnyTagClassName
{
color: #490919;
}
</style>
background-color css
<style>
a { background-color: #490919; }
a { background-color: rgb(73,9,25); }
div.DivClassName
{
background-color: #490919;
}
.BgClassName
{
background-color: #490919;
}
</style>
border-color css
<style>
span { border-color: #490919; }
span { border-color: rgb(73,9,25); }
td.TdClassName
{
border-color: #490919;
}
.TagClassName
{
border-color: #490919;
}
</style>