Shades of Bordeaux #490515
Tints of Bordeaux #490515
RGB
CMYK
RGB Variations
Color information
#490515 (or 0x490515) is known color: Bordeaux. HEX triplet: 49, 05 and 15. RGB value is (73,5,21). Sum of RGB (Red+Green+Blue) = 73+5+21=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490515 is #B6FAEA. Grayscale: #1B1B1B. Windows color (decimal): -11991787 or 1377609. OLE color: 1377609.
HSL color Cylindrical-coordinate representation of color #490515: hue angle of 345.88º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490515 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 5 | 21 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.71 |
| HSL | 345.88º | 0.87% | 0.15% | - |
| HSV(B) | 345.88º | 0.93% | 0.29% | - |
| XYZ | 2.94 | 1.58 | 0.86 | - |
| YUV | 27.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 21 | 0 | 0.93 | 0.71 | 0.71 | 345.88 | 0.87 | 0.15 |
| Hex | 49 | 5 | 15 | 0 | 5D | 47 | 47 | 15A | 57 | F |
| Octal | 111 | 5 | 25 | 0 | 135 | 107 | 107 | 532 | 127 | 17 |
| Binary | 1001001 | 101 | 10101 | 0 | 1011101 | 1000111 | 1000111 | 101011010 | 1010111 | 1111 |
Color Harmonies of #490515
Complementary color
Monochromatic Colors of #490515
Black with #490515
Text Example
Text Example
White with #490515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490515; }
p { color: rgb(73,5,21); }
H1.HeaderClassName
{
color: #490515;
}
.AnyTagClassName
{
color: #490515;
}
</style>
background-color css
<style>
a { background-color: #490515; }
a { background-color: rgb(73,5,21); }
div.DivClassName
{
background-color: #490515;
}
.BgClassName
{
background-color: #490515;
}
</style>
border-color css
<style>
span { border-color: #490515; }
span { border-color: rgb(73,5,21); }
td.TdClassName
{
border-color: #490515;
}
.TagClassName
{
border-color: #490515;
}
</style>