Shades of Bordeaux #491C29
Tints of Bordeaux #491C29
RGB
CMYK
RGB Variations
Color information
#491C29 (or 0x491C29) is known color: Bordeaux. HEX triplet: 49, 1C and 29. RGB value is (73,28,41). Sum of RGB (Red+Green+Blue) = 73+28+41=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491C29 is #B6E3D6. Grayscale: #2A2A2A. Windows color (decimal): -11985879 or 2694217. OLE color: 2694217.
HSL color Cylindrical-coordinate representation of color #491C29: hue angle of 342.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #491C29 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 28 | 41 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.71 |
| HSL | 342.67º | 0.45% | 0.2% | - |
| HSV(B) | 342.67º | 0.62% | 0.29% | - |
| XYZ | 3.56 | 2.41 | 2.37 | - |
| YUV | 42.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 41 | 0 | 0.62 | 0.44 | 0.71 | 342.67 | 0.45 | 0.2 |
| Hex | 49 | 1C | 29 | 0 | 3E | 2C | 47 | 157 | 2D | 14 |
| Octal | 111 | 34 | 51 | 0 | 76 | 54 | 107 | 527 | 55 | 24 |
| Binary | 1001001 | 11100 | 101001 | 0 | 111110 | 101100 | 1000111 | 101010111 | 101101 | 10100 |
Color Harmonies of #491C29
Complementary color
Monochromatic Colors of #491C29
Black with #491C29
Text Example
Text Example
White with #491C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C29; }
p { color: rgb(73,28,41); }
H1.HeaderClassName
{
color: #491C29;
}
.AnyTagClassName
{
color: #491C29;
}
</style>
background-color css
<style>
a { background-color: #491C29; }
a { background-color: rgb(73,28,41); }
div.DivClassName
{
background-color: #491C29;
}
.BgClassName
{
background-color: #491C29;
}
</style>
border-color css
<style>
span { border-color: #491C29; }
span { border-color: rgb(73,28,41); }
td.TdClassName
{
border-color: #491C29;
}
.TagClassName
{
border-color: #491C29;
}
</style>