Shades of Bordeaux #490E21
Tints of Bordeaux #490E21
RGB
CMYK
RGB Variations
Color information
#490E21 (or 0x490E21) is known color: Bordeaux. HEX triplet: 49, 0E and 21. RGB value is (73,14,33). Sum of RGB (Red+Green+Blue) = 73+14+33=120 (15% of max value = 765). Red value is 73 (28.91% from 255 or 60.83% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 73 - color contains mainly: red. Hex color #490E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490E21 is #B6F1DE. Grayscale: #212121. Windows color (decimal): -11989471 or 2166345. OLE color: 2166345.
HSL color Cylindrical-coordinate representation of color #490E21: hue angle of 340.68º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #490E21 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 14 | 33 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.71 |
| HSL | 340.68º | 0.68% | 0.17% | - |
| HSV(B) | 340.68º | 0.81% | 0.29% | - |
| XYZ | 3.18 | 1.84 | 1.63 | - |
| YUV | 33.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 33 | 0 | 0.81 | 0.55 | 0.71 | 340.68 | 0.68 | 0.17 |
| Hex | 49 | E | 21 | 0 | 51 | 37 | 47 | 155 | 44 | 11 |
| Octal | 111 | 16 | 41 | 0 | 121 | 67 | 107 | 525 | 104 | 21 |
| Binary | 1001001 | 1110 | 100001 | 0 | 1010001 | 110111 | 1000111 | 101010101 | 1000100 | 10001 |
Color Harmonies of #490E21
Complementary color
Monochromatic Colors of #490E21
Black with #490E21
Text Example
Text Example
White with #490E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E21; }
p { color: rgb(73,14,33); }
H1.HeaderClassName
{
color: #490E21;
}
.AnyTagClassName
{
color: #490E21;
}
</style>
background-color css
<style>
a { background-color: #490E21; }
a { background-color: rgb(73,14,33); }
div.DivClassName
{
background-color: #490E21;
}
.BgClassName
{
background-color: #490E21;
}
</style>
border-color css
<style>
span { border-color: #490E21; }
span { border-color: rgb(73,14,33); }
td.TdClassName
{
border-color: #490E21;
}
.TagClassName
{
border-color: #490E21;
}
</style>