Shades of Bordeaux #490118
Tints of Bordeaux #490118
RGB
CMYK
RGB Variations
Color information
#490118 (or 0x490118) is known color: Bordeaux. HEX triplet: 49, 01 and 18. RGB value is (73,1,24). Sum of RGB (Red+Green+Blue) = 73+1+24=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490118 is #B6FEE7. Grayscale: #191919. Windows color (decimal): -11992808 or 1573193. OLE color: 1573193.
HSL color Cylindrical-coordinate representation of color #490118: hue angle of 340.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490118 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.71 |
| HSL | 340.83º | 0.97% | 0.15% | - |
| HSV(B) | 340.83º | 0.99% | 0.29% | - |
| XYZ | 2.92 | 1.5 | 1 | - |
| YUV | 25.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 24 | 0 | 0.99 | 0.67 | 0.71 | 340.83 | 0.97 | 0.15 |
| Hex | 49 | 1 | 18 | 0 | 63 | 43 | 47 | 155 | 61 | F |
| Octal | 111 | 1 | 30 | 0 | 143 | 103 | 107 | 525 | 141 | 17 |
| Binary | 1001001 | 1 | 11000 | 0 | 1100011 | 1000011 | 1000111 | 101010101 | 1100001 | 1111 |
Color Harmonies of #490118
Complementary color
Monochromatic Colors of #490118
Black with #490118
Text Example
Text Example
White with #490118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490118; }
p { color: rgb(73,1,24); }
H1.HeaderClassName
{
color: #490118;
}
.AnyTagClassName
{
color: #490118;
}
</style>
background-color css
<style>
a { background-color: #490118; }
a { background-color: rgb(73,1,24); }
div.DivClassName
{
background-color: #490118;
}
.BgClassName
{
background-color: #490118;
}
</style>
border-color css
<style>
span { border-color: #490118; }
span { border-color: rgb(73,1,24); }
td.TdClassName
{
border-color: #490118;
}
.TagClassName
{
border-color: #490118;
}
</style>