Shades of Bordeaux #491F26
Tints of Bordeaux #491F26
RGB
CMYK
RGB Variations
Color information
#491F26 (or 0x491F26) is known color: Bordeaux. HEX triplet: 49, 1F and 26. RGB value is (73,31,38). Sum of RGB (Red+Green+Blue) = 73+31+38=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F26 is #B6E0D9. Grayscale: #2C2C2C. Windows color (decimal): -11985114 or 2498377. OLE color: 2498377.
HSL color Cylindrical-coordinate representation of color #491F26: hue angle of 350º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #491F26 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 38 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.71 |
| HSL | 350º | 0.4% | 0.2% | - |
| HSV(B) | 350º | 0.58% | 0.29% | - |
| XYZ | 3.59 | 2.54 | 2.13 | - |
| YUV | 44.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 38 | 0 | 0.58 | 0.48 | 0.71 | 350 | 0.4 | 0.2 |
| Hex | 49 | 1F | 26 | 0 | 3A | 30 | 47 | 15E | 28 | 14 |
| Octal | 111 | 37 | 46 | 0 | 72 | 60 | 107 | 536 | 50 | 24 |
| Binary | 1001001 | 11111 | 100110 | 0 | 111010 | 110000 | 1000111 | 101011110 | 101000 | 10100 |
Color Harmonies of #491F26
Complementary color
Monochromatic Colors of #491F26
Black with #491F26
Text Example
Text Example
White with #491F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F26; }
p { color: rgb(73,31,38); }
H1.HeaderClassName
{
color: #491F26;
}
.AnyTagClassName
{
color: #491F26;
}
</style>
background-color css
<style>
a { background-color: #491F26; }
a { background-color: rgb(73,31,38); }
div.DivClassName
{
background-color: #491F26;
}
.BgClassName
{
background-color: #491F26;
}
</style>
border-color css
<style>
span { border-color: #491F26; }
span { border-color: rgb(73,31,38); }
td.TdClassName
{
border-color: #491F26;
}
.TagClassName
{
border-color: #491F26;
}
</style>