Shades of Bordeaux #491E27
Tints of Bordeaux #491E27
RGB
CMYK
RGB Variations
Color information
#491E27 (or 0x491E27) is known color: Bordeaux. HEX triplet: 49, 1E and 27. RGB value is (73,30,39). Sum of RGB (Red+Green+Blue) = 73+30+39=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #491E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491E27 is #B6E1D8. Grayscale: #2B2B2B. Windows color (decimal): -11985369 or 2563657. OLE color: 2563657.
HSL color Cylindrical-coordinate representation of color #491E27: hue angle of 347.44º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #491E27 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 30 | 39 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.71 |
| HSL | 347.44º | 0.42% | 0.2% | - |
| HSV(B) | 347.44º | 0.59% | 0.29% | - |
| XYZ | 3.58 | 2.49 | 2.21 | - |
| YUV | 43.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 39 | 0 | 0.59 | 0.47 | 0.71 | 347.44 | 0.42 | 0.2 |
| Hex | 49 | 1E | 27 | 0 | 3B | 2F | 47 | 15B | 2A | 14 |
| Octal | 111 | 36 | 47 | 0 | 73 | 57 | 107 | 533 | 52 | 24 |
| Binary | 1001001 | 11110 | 100111 | 0 | 111011 | 101111 | 1000111 | 101011011 | 101010 | 10100 |
Color Harmonies of #491E27
Complementary color
Monochromatic Colors of #491E27
Black with #491E27
Text Example
Text Example
White with #491E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E27; }
p { color: rgb(73,30,39); }
H1.HeaderClassName
{
color: #491E27;
}
.AnyTagClassName
{
color: #491E27;
}
</style>
background-color css
<style>
a { background-color: #491E27; }
a { background-color: rgb(73,30,39); }
div.DivClassName
{
background-color: #491E27;
}
.BgClassName
{
background-color: #491E27;
}
</style>
border-color css
<style>
span { border-color: #491E27; }
span { border-color: rgb(73,30,39); }
td.TdClassName
{
border-color: #491E27;
}
.TagClassName
{
border-color: #491E27;
}
</style>