Shades of Bordeaux #490715
Tints of Bordeaux #490715
RGB
CMYK
RGB Variations
Color information
#490715 (or 0x490715) is known color: Bordeaux. HEX triplet: 49, 07 and 15. RGB value is (73,7,21). Sum of RGB (Red+Green+Blue) = 73+7+21=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490715 is #B6F8EA. Grayscale: #1C1C1C. Windows color (decimal): -11991275 or 1378121. OLE color: 1378121.
HSL color Cylindrical-coordinate representation of color #490715: hue angle of 347.27º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490715 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 7 | 21 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.71 |
| HSL | 347.27º | 0.83% | 0.16% | - |
| HSV(B) | 347.27º | 0.9% | 0.29% | - |
| XYZ | 2.96 | 1.62 | 0.87 | - |
| YUV | 28.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 21 | 0 | 0.90 | 0.71 | 0.71 | 347.27 | 0.83 | 0.16 |
| Hex | 49 | 7 | 15 | 0 | 5A | 47 | 47 | 15B | 52 | 10 |
| Octal | 111 | 7 | 25 | 0 | 132 | 107 | 107 | 533 | 122 | 20 |
| Binary | 1001001 | 111 | 10101 | 0 | 1011010 | 1000111 | 1000111 | 101011011 | 1010010 | 10000 |
Color Harmonies of #490715
Complementary color
Monochromatic Colors of #490715
Black with #490715
Text Example
Text Example
White with #490715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490715; }
p { color: rgb(73,7,21); }
H1.HeaderClassName
{
color: #490715;
}
.AnyTagClassName
{
color: #490715;
}
</style>
background-color css
<style>
a { background-color: #490715; }
a { background-color: rgb(73,7,21); }
div.DivClassName
{
background-color: #490715;
}
.BgClassName
{
background-color: #490715;
}
</style>
border-color css
<style>
span { border-color: #490715; }
span { border-color: rgb(73,7,21); }
td.TdClassName
{
border-color: #490715;
}
.TagClassName
{
border-color: #490715;
}
</style>