Shades of Bordeaux #490F1F
Tints of Bordeaux #490F1F
RGB
CMYK
RGB Variations
Color information
#490F1F (or 0x490F1F) is known color: Bordeaux. HEX triplet: 49, 0F and 1F. RGB value is (73,15,31). Sum of RGB (Red+Green+Blue) = 73+15+31=119 (15% of max value = 765). Red value is 73 (28.91% from 255 or 61.34% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 73 - color contains mainly: red. Hex color #490F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F1F is #B6F0E0. Grayscale: #222222. Windows color (decimal): -11989217 or 2035529. OLE color: 2035529.
HSL color Cylindrical-coordinate representation of color #490F1F: hue angle of 343.45º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F1F is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 31 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.71 |
| HSL | 343.45º | 0.66% | 0.17% | - |
| HSV(B) | 343.45º | 0.79% | 0.29% | - |
| XYZ | 3.17 | 1.86 | 1.49 | - |
| YUV | 34.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 31 | 0 | 0.79 | 0.58 | 0.71 | 343.45 | 0.66 | 0.17 |
| Hex | 49 | F | 1F | 0 | 4F | 3A | 47 | 157 | 42 | 11 |
| Octal | 111 | 17 | 37 | 0 | 117 | 72 | 107 | 527 | 102 | 21 |
| Binary | 1001001 | 1111 | 11111 | 0 | 1001111 | 111010 | 1000111 | 101010111 | 1000010 | 10001 |
Color Harmonies of #490F1F
Complementary color
Monochromatic Colors of #490F1F
Black with #490F1F
Text Example
Text Example
White with #490F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F1F; }
p { color: rgb(73,15,31); }
H1.HeaderClassName
{
color: #490F1F;
}
.AnyTagClassName
{
color: #490F1F;
}
</style>
background-color css
<style>
a { background-color: #490F1F; }
a { background-color: rgb(73,15,31); }
div.DivClassName
{
background-color: #490F1F;
}
.BgClassName
{
background-color: #490F1F;
}
</style>
border-color css
<style>
span { border-color: #490F1F; }
span { border-color: rgb(73,15,31); }
td.TdClassName
{
border-color: #490F1F;
}
.TagClassName
{
border-color: #490F1F;
}
</style>