Shades of Bordeaux #491521
Tints of Bordeaux #491521
RGB
CMYK
RGB Variations
Color information
#491521 (or 0x491521) is known color: Bordeaux. HEX triplet: 49, 15 and 21. RGB value is (73,21,33). Sum of RGB (Red+Green+Blue) = 73+21+33=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491521 is #B6EADE. Grayscale: #252525. Windows color (decimal): -11987679 or 2168137. OLE color: 2168137.
HSL color Cylindrical-coordinate representation of color #491521: hue angle of 346.15º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491521 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 21 | 33 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.71 |
| HSL | 346.15º | 0.55% | 0.18% | - |
| HSV(B) | 346.15º | 0.71% | 0.29% | - |
| XYZ | 3.29 | 2.06 | 1.66 | - |
| YUV | 37.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 33 | 0 | 0.71 | 0.55 | 0.71 | 346.15 | 0.55 | 0.18 |
| Hex | 49 | 15 | 21 | 0 | 47 | 37 | 47 | 15A | 37 | 12 |
| Octal | 111 | 25 | 41 | 0 | 107 | 67 | 107 | 532 | 67 | 22 |
| Binary | 1001001 | 10101 | 100001 | 0 | 1000111 | 110111 | 1000111 | 101011010 | 110111 | 10010 |
Color Harmonies of #491521
Complementary color
Monochromatic Colors of #491521
Black with #491521
Text Example
Text Example
White with #491521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491521; }
p { color: rgb(73,21,33); }
H1.HeaderClassName
{
color: #491521;
}
.AnyTagClassName
{
color: #491521;
}
</style>
background-color css
<style>
a { background-color: #491521; }
a { background-color: rgb(73,21,33); }
div.DivClassName
{
background-color: #491521;
}
.BgClassName
{
background-color: #491521;
}
</style>
border-color css
<style>
span { border-color: #491521; }
span { border-color: rgb(73,21,33); }
td.TdClassName
{
border-color: #491521;
}
.TagClassName
{
border-color: #491521;
}
</style>