Shades of Bordeaux #491020
Tints of Bordeaux #491020
RGB
CMYK
RGB Variations
Color information
#491020 (or 0x491020) is known color: Bordeaux. HEX triplet: 49, 10 and 20. RGB value is (73,16,32). Sum of RGB (Red+Green+Blue) = 73+16+32=121 (16% of max value = 765). Red value is 73 (28.91% from 255 or 60.33% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 73 - color contains mainly: red. Hex color #491020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491020 is #B6EFDF. Grayscale: #222222. Windows color (decimal): -11988960 or 2101321. OLE color: 2101321.
HSL color Cylindrical-coordinate representation of color #491020: hue angle of 343.16º 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 #491020 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 16 | 32 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.71 |
| HSL | 343.16º | 0.64% | 0.17% | - |
| HSV(B) | 343.16º | 0.78% | 0.29% | - |
| XYZ | 3.19 | 1.89 | 1.56 | - |
| YUV | 34.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 32 | 0 | 0.78 | 0.56 | 0.71 | 343.16 | 0.64 | 0.17 |
| Hex | 49 | 10 | 20 | 0 | 4E | 38 | 47 | 157 | 40 | 11 |
| Octal | 111 | 20 | 40 | 0 | 116 | 70 | 107 | 527 | 100 | 21 |
| Binary | 1001001 | 10000 | 100000 | 0 | 1001110 | 111000 | 1000111 | 101010111 | 1000000 | 10001 |
Color Harmonies of #491020
Complementary color
Monochromatic Colors of #491020
Black with #491020
Text Example
Text Example
White with #491020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491020; }
p { color: rgb(73,16,32); }
H1.HeaderClassName
{
color: #491020;
}
.AnyTagClassName
{
color: #491020;
}
</style>
background-color css
<style>
a { background-color: #491020; }
a { background-color: rgb(73,16,32); }
div.DivClassName
{
background-color: #491020;
}
.BgClassName
{
background-color: #491020;
}
</style>
border-color css
<style>
span { border-color: #491020; }
span { border-color: rgb(73,16,32); }
td.TdClassName
{
border-color: #491020;
}
.TagClassName
{
border-color: #491020;
}
</style>