Shades of Bordeaux #490F19
Tints of Bordeaux #490F19
RGB
CMYK
RGB Variations
Color information
#490F19 (or 0x490F19) is known color: Bordeaux. HEX triplet: 49, 0F and 19. RGB value is (73,15,25). Sum of RGB (Red+Green+Blue) = 73+15+25=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490F19 is #B6F0E6. Grayscale: #212121. Windows color (decimal): -11989223 or 1642313. OLE color: 1642313.
HSL color Cylindrical-coordinate representation of color #490F19: hue angle of 349.66º 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 #490F19 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 25 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.71 |
| HSL | 349.66º | 0.66% | 0.17% | - |
| HSV(B) | 349.66º | 0.79% | 0.29% | - |
| XYZ | 3.09 | 1.83 | 1.11 | - |
| YUV | 33.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 25 | 0 | 0.79 | 0.66 | 0.71 | 349.66 | 0.66 | 0.17 |
| Hex | 49 | F | 19 | 0 | 4F | 42 | 47 | 15E | 42 | 11 |
| Octal | 111 | 17 | 31 | 0 | 117 | 102 | 107 | 536 | 102 | 21 |
| Binary | 1001001 | 1111 | 11001 | 0 | 1001111 | 1000010 | 1000111 | 101011110 | 1000010 | 10001 |
Color Harmonies of #490F19
Complementary color
Monochromatic Colors of #490F19
Black with #490F19
Text Example
Text Example
White with #490F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F19; }
p { color: rgb(73,15,25); }
H1.HeaderClassName
{
color: #490F19;
}
.AnyTagClassName
{
color: #490F19;
}
</style>
background-color css
<style>
a { background-color: #490F19; }
a { background-color: rgb(73,15,25); }
div.DivClassName
{
background-color: #490F19;
}
.BgClassName
{
background-color: #490F19;
}
</style>
border-color css
<style>
span { border-color: #490F19; }
span { border-color: rgb(73,15,25); }
td.TdClassName
{
border-color: #490F19;
}
.TagClassName
{
border-color: #490F19;
}
</style>