Shades of Bordeaux #491D21
Tints of Bordeaux #491D21
RGB
CMYK
RGB Variations
Color information
#491D21 (or 0x491D21) is known color: Bordeaux. HEX triplet: 49, 1D and 21. RGB value is (73,29,33). Sum of RGB (Red+Green+Blue) = 73+29+33=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D21 is #B6E2DE. Grayscale: #2A2A2A. Windows color (decimal): -11985631 or 2170185. OLE color: 2170185.
HSL color Cylindrical-coordinate representation of color #491D21: hue angle of 354.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #491D21 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 33 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.71 |
| HSL | 354.55º | 0.43% | 0.2% | - |
| HSV(B) | 354.55º | 0.6% | 0.29% | - |
| XYZ | 3.46 | 2.41 | 1.72 | - |
| YUV | 42.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 33 | 0 | 0.60 | 0.55 | 0.71 | 354.55 | 0.43 | 0.2 |
| Hex | 49 | 1D | 21 | 0 | 3C | 37 | 47 | 163 | 2B | 14 |
| Octal | 111 | 35 | 41 | 0 | 74 | 67 | 107 | 543 | 53 | 24 |
| Binary | 1001001 | 11101 | 100001 | 0 | 111100 | 110111 | 1000111 | 101100011 | 101011 | 10100 |
Color Harmonies of #491D21
Complementary color
Monochromatic Colors of #491D21
Black with #491D21
Text Example
Text Example
White with #491D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D21; }
p { color: rgb(73,29,33); }
H1.HeaderClassName
{
color: #491D21;
}
.AnyTagClassName
{
color: #491D21;
}
</style>
background-color css
<style>
a { background-color: #491D21; }
a { background-color: rgb(73,29,33); }
div.DivClassName
{
background-color: #491D21;
}
.BgClassName
{
background-color: #491D21;
}
</style>
border-color css
<style>
span { border-color: #491D21; }
span { border-color: rgb(73,29,33); }
td.TdClassName
{
border-color: #491D21;
}
.TagClassName
{
border-color: #491D21;
}
</style>