Shades of Bordeaux #490F21
Tints of Bordeaux #490F21
RGB
CMYK
RGB Variations
Color information
#490F21 (or 0x490F21) is known color: Bordeaux. HEX triplet: 49, 0F and 21. RGB value is (73,15,33). Sum of RGB (Red+Green+Blue) = 73+15+33=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #490F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490F21 is #B6F0DE. Grayscale: #222222. Windows color (decimal): -11989215 or 2166601. OLE color: 2166601.
HSL color Cylindrical-coordinate representation of color #490F21: hue angle of 341.38º 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 #490F21 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 15 | 33 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.71 |
| HSL | 341.38º | 0.66% | 0.17% | - |
| HSV(B) | 341.38º | 0.79% | 0.29% | - |
| XYZ | 3.19 | 1.87 | 1.63 | - |
| YUV | 34.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 33 | 0 | 0.79 | 0.55 | 0.71 | 341.38 | 0.66 | 0.17 |
| Hex | 49 | F | 21 | 0 | 4F | 37 | 47 | 155 | 42 | 11 |
| Octal | 111 | 17 | 41 | 0 | 117 | 67 | 107 | 525 | 102 | 21 |
| Binary | 1001001 | 1111 | 100001 | 0 | 1001111 | 110111 | 1000111 | 101010101 | 1000010 | 10001 |
Color Harmonies of #490F21
Complementary color
Monochromatic Colors of #490F21
Black with #490F21
Text Example
Text Example
White with #490F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F21; }
p { color: rgb(73,15,33); }
H1.HeaderClassName
{
color: #490F21;
}
.AnyTagClassName
{
color: #490F21;
}
</style>
background-color css
<style>
a { background-color: #490F21; }
a { background-color: rgb(73,15,33); }
div.DivClassName
{
background-color: #490F21;
}
.BgClassName
{
background-color: #490F21;
}
</style>
border-color css
<style>
span { border-color: #490F21; }
span { border-color: rgb(73,15,33); }
td.TdClassName
{
border-color: #490F21;
}
.TagClassName
{
border-color: #490F21;
}
</style>