Shades of Bordeaux #491D22
Tints of Bordeaux #491D22
RGB
CMYK
RGB Variations
Color information
#491D22 (or 0x491D22) is known color: Bordeaux. HEX triplet: 49, 1D and 22. RGB value is (73,29,34). Sum of RGB (Red+Green+Blue) = 73+29+34=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #491D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491D22 is #B6E2DD. Grayscale: #2A2A2A. Windows color (decimal): -11985630 or 2235721. OLE color: 2235721.
HSL color Cylindrical-coordinate representation of color #491D22: hue angle of 353.18º 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 #491D22 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 29 | 34 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.71 |
| HSL | 353.18º | 0.43% | 0.2% | - |
| HSV(B) | 353.18º | 0.6% | 0.29% | - |
| XYZ | 3.48 | 2.41 | 1.8 | - |
| YUV | 42.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 34 | 0 | 0.60 | 0.53 | 0.71 | 353.18 | 0.43 | 0.2 |
| Hex | 49 | 1D | 22 | 0 | 3C | 35 | 47 | 161 | 2B | 14 |
| Octal | 111 | 35 | 42 | 0 | 74 | 65 | 107 | 541 | 53 | 24 |
| Binary | 1001001 | 11101 | 100010 | 0 | 111100 | 110101 | 1000111 | 101100001 | 101011 | 10100 |
Color Harmonies of #491D22
Complementary color
Monochromatic Colors of #491D22
Black with #491D22
Text Example
Text Example
White with #491D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D22; }
p { color: rgb(73,29,34); }
H1.HeaderClassName
{
color: #491D22;
}
.AnyTagClassName
{
color: #491D22;
}
</style>
background-color css
<style>
a { background-color: #491D22; }
a { background-color: rgb(73,29,34); }
div.DivClassName
{
background-color: #491D22;
}
.BgClassName
{
background-color: #491D22;
}
</style>
border-color css
<style>
span { border-color: #491D22; }
span { border-color: rgb(73,29,34); }
td.TdClassName
{
border-color: #491D22;
}
.TagClassName
{
border-color: #491D22;
}
</style>