Shades of Bordeaux #490A19
Tints of Bordeaux #490A19
RGB
CMYK
RGB Variations
Color information
#490A19 (or 0x490A19) is known color: Bordeaux. HEX triplet: 49, 0A and 19. RGB value is (73,10,25). Sum of RGB (Red+Green+Blue) = 73+10+25=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #490A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A19 is #B6F5E6. Grayscale: #1E1E1E. Windows color (decimal): -11990503 or 1641033. OLE color: 1641033.
HSL color Cylindrical-coordinate representation of color #490A19: hue angle of 345.71º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A19 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 10 | 25 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.71 |
| HSL | 345.71º | 0.76% | 0.16% | - |
| HSV(B) | 345.71º | 0.86% | 0.29% | - |
| XYZ | 3.03 | 1.7 | 1.09 | - |
| YUV | 30.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 25 | 0 | 0.86 | 0.66 | 0.71 | 345.71 | 0.76 | 0.16 |
| Hex | 49 | A | 19 | 0 | 56 | 42 | 47 | 15A | 4C | 10 |
| Octal | 111 | 12 | 31 | 0 | 126 | 102 | 107 | 532 | 114 | 20 |
| Binary | 1001001 | 1010 | 11001 | 0 | 1010110 | 1000010 | 1000111 | 101011010 | 1001100 | 10000 |
Color Harmonies of #490A19
Complementary color
Monochromatic Colors of #490A19
Black with #490A19
Text Example
Text Example
White with #490A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A19; }
p { color: rgb(73,10,25); }
H1.HeaderClassName
{
color: #490A19;
}
.AnyTagClassName
{
color: #490A19;
}
</style>
background-color css
<style>
a { background-color: #490A19; }
a { background-color: rgb(73,10,25); }
div.DivClassName
{
background-color: #490A19;
}
.BgClassName
{
background-color: #490A19;
}
</style>
border-color css
<style>
span { border-color: #490A19; }
span { border-color: rgb(73,10,25); }
td.TdClassName
{
border-color: #490A19;
}
.TagClassName
{
border-color: #490A19;
}
</style>