Shades of Bordeaux #491721
Tints of Bordeaux #491721
RGB
CMYK
RGB Variations
Color information
#491721 (or 0x491721) is known color: Bordeaux. HEX triplet: 49, 17 and 21. RGB value is (73,23,33). Sum of RGB (Red+Green+Blue) = 73+23+33=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491721 is #B6E8DE. Grayscale: #272727. Windows color (decimal): -11987167 or 2168649. OLE color: 2168649.
HSL color Cylindrical-coordinate representation of color #491721: hue angle of 348º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491721 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 23 | 33 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.71 |
| HSL | 348º | 0.52% | 0.19% | - |
| HSV(B) | 348º | 0.68% | 0.29% | - |
| XYZ | 3.33 | 2.14 | 1.68 | - |
| YUV | 39.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 33 | 0 | 0.68 | 0.55 | 0.71 | 348 | 0.52 | 0.19 |
| Hex | 49 | 17 | 21 | 0 | 44 | 37 | 47 | 15C | 34 | 13 |
| Octal | 111 | 27 | 41 | 0 | 104 | 67 | 107 | 534 | 64 | 23 |
| Binary | 1001001 | 10111 | 100001 | 0 | 1000100 | 110111 | 1000111 | 101011100 | 110100 | 10011 |
Color Harmonies of #491721
Complementary color
Monochromatic Colors of #491721
Black with #491721
Text Example
Text Example
White with #491721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491721; }
p { color: rgb(73,23,33); }
H1.HeaderClassName
{
color: #491721;
}
.AnyTagClassName
{
color: #491721;
}
</style>
background-color css
<style>
a { background-color: #491721; }
a { background-color: rgb(73,23,33); }
div.DivClassName
{
background-color: #491721;
}
.BgClassName
{
background-color: #491721;
}
</style>
border-color css
<style>
span { border-color: #491721; }
span { border-color: rgb(73,23,33); }
td.TdClassName
{
border-color: #491721;
}
.TagClassName
{
border-color: #491721;
}
</style>