Shades of Bordeaux #491121
Tints of Bordeaux #491121
RGB
CMYK
RGB Variations
Color information
#491121 (or 0x491121) is known color: Bordeaux. HEX triplet: 49, 11 and 21. RGB value is (73,17,33). Sum of RGB (Red+Green+Blue) = 73+17+33=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #491121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491121 is #B6EEDE. Grayscale: #232323. Windows color (decimal): -11988703 or 2167113. OLE color: 2167113.
HSL color Cylindrical-coordinate representation of color #491121: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491121 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 17 | 33 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.71 |
| HSL | 342.86º | 0.62% | 0.18% | - |
| HSV(B) | 342.86º | 0.77% | 0.29% | - |
| XYZ | 3.22 | 1.93 | 1.64 | - |
| YUV | 35.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 33 | 0 | 0.77 | 0.55 | 0.71 | 342.86 | 0.62 | 0.18 |
| Hex | 49 | 11 | 21 | 0 | 4D | 37 | 47 | 157 | 3E | 12 |
| Octal | 111 | 21 | 41 | 0 | 115 | 67 | 107 | 527 | 76 | 22 |
| Binary | 1001001 | 10001 | 100001 | 0 | 1001101 | 110111 | 1000111 | 101010111 | 111110 | 10010 |
Color Harmonies of #491121
Complementary color
Monochromatic Colors of #491121
Black with #491121
Text Example
Text Example
White with #491121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491121; }
p { color: rgb(73,17,33); }
H1.HeaderClassName
{
color: #491121;
}
.AnyTagClassName
{
color: #491121;
}
</style>
background-color css
<style>
a { background-color: #491121; }
a { background-color: rgb(73,17,33); }
div.DivClassName
{
background-color: #491121;
}
.BgClassName
{
background-color: #491121;
}
</style>
border-color css
<style>
span { border-color: #491121; }
span { border-color: rgb(73,17,33); }
td.TdClassName
{
border-color: #491121;
}
.TagClassName
{
border-color: #491121;
}
</style>