Shades of Bordeaux #491021
Tints of Bordeaux #491021
RGB
CMYK
RGB Variations
Color information
#491021 (or 0x491021) is known color: Bordeaux. HEX triplet: 49, 10 and 21. RGB value is (73,16,33). Sum of RGB (Red+Green+Blue) = 73+16+33=122 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.84% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 73 - color contains mainly: red. Hex color #491021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491021 is #B6EFDE. Grayscale: #222222. Windows color (decimal): -11988959 or 2166857. OLE color: 2166857.
HSL color Cylindrical-coordinate representation of color #491021: hue angle of 342.11º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491021 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 33 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.71 |
| HSL | 342.11º | 0.64% | 0.17% | - |
| HSV(B) | 342.11º | 0.78% | 0.29% | - |
| XYZ | 3.21 | 1.9 | 1.64 | - |
| YUV | 34.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 33 | 0 | 0.78 | 0.55 | 0.71 | 342.11 | 0.64 | 0.17 |
| Hex | 49 | 10 | 21 | 0 | 4E | 37 | 47 | 156 | 40 | 11 |
| Octal | 111 | 20 | 41 | 0 | 116 | 67 | 107 | 526 | 100 | 21 |
| Binary | 1001001 | 10000 | 100001 | 0 | 1001110 | 110111 | 1000111 | 101010110 | 1000000 | 10001 |
Color Harmonies of #491021
Complementary color
Monochromatic Colors of #491021
Black with #491021
Text Example
Text Example
White with #491021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491021; }
p { color: rgb(73,16,33); }
H1.HeaderClassName
{
color: #491021;
}
.AnyTagClassName
{
color: #491021;
}
</style>
background-color css
<style>
a { background-color: #491021; }
a { background-color: rgb(73,16,33); }
div.DivClassName
{
background-color: #491021;
}
.BgClassName
{
background-color: #491021;
}
</style>
border-color css
<style>
span { border-color: #491021; }
span { border-color: rgb(73,16,33); }
td.TdClassName
{
border-color: #491021;
}
.TagClassName
{
border-color: #491021;
}
</style>