Shades of Bordeaux #491626
Tints of Bordeaux #491626
RGB
CMYK
RGB Variations
Color information
#491626 (or 0x491626) is known color: Bordeaux. HEX triplet: 49, 16 and 26. RGB value is (73,22,38). Sum of RGB (Red+Green+Blue) = 73+22+38=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491626 is #B6E9D9. Grayscale: #272727. Windows color (decimal): -11987418 or 2496073. OLE color: 2496073.
HSL color Cylindrical-coordinate representation of color #491626: hue angle of 341.18º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #491626 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 22 | 38 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.71 |
| HSL | 341.18º | 0.54% | 0.19% | - |
| HSV(B) | 341.18º | 0.7% | 0.29% | - |
| XYZ | 3.38 | 2.13 | 2.07 | - |
| YUV | 39.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 38 | 0 | 0.70 | 0.48 | 0.71 | 341.18 | 0.54 | 0.19 |
| Hex | 49 | 16 | 26 | 0 | 46 | 30 | 47 | 155 | 36 | 13 |
| Octal | 111 | 26 | 46 | 0 | 106 | 60 | 107 | 525 | 66 | 23 |
| Binary | 1001001 | 10110 | 100110 | 0 | 1000110 | 110000 | 1000111 | 101010101 | 110110 | 10011 |
Color Harmonies of #491626
Complementary color
Monochromatic Colors of #491626
Black with #491626
Text Example
Text Example
White with #491626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491626; }
p { color: rgb(73,22,38); }
H1.HeaderClassName
{
color: #491626;
}
.AnyTagClassName
{
color: #491626;
}
</style>
background-color css
<style>
a { background-color: #491626; }
a { background-color: rgb(73,22,38); }
div.DivClassName
{
background-color: #491626;
}
.BgClassName
{
background-color: #491626;
}
</style>
border-color css
<style>
span { border-color: #491626; }
span { border-color: rgb(73,22,38); }
td.TdClassName
{
border-color: #491626;
}
.TagClassName
{
border-color: #491626;
}
</style>