Shades of Bordeaux #491F27
Tints of Bordeaux #491F27
RGB
CMYK
RGB Variations
Color information
#491F27 (or 0x491F27) is known color: Bordeaux. HEX triplet: 49, 1F and 27. RGB value is (73,31,39). Sum of RGB (Red+Green+Blue) = 73+31+39=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491F27 is #B6E0D8. Grayscale: #2C2C2C. Windows color (decimal): -11985113 or 2563913. OLE color: 2563913.
HSL color Cylindrical-coordinate representation of color #491F27: hue angle of 348.57º 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 #491F27 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 31 | 39 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.71 |
| HSL | 348.57º | 0.4% | 0.2% | - |
| HSV(B) | 348.57º | 0.58% | 0.29% | - |
| XYZ | 3.6 | 2.54 | 2.22 | - |
| YUV | 44.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 39 | 0 | 0.58 | 0.47 | 0.71 | 348.57 | 0.4 | 0.2 |
| Hex | 49 | 1F | 27 | 0 | 3A | 2F | 47 | 15D | 28 | 14 |
| Octal | 111 | 37 | 47 | 0 | 72 | 57 | 107 | 535 | 50 | 24 |
| Binary | 1001001 | 11111 | 100111 | 0 | 111010 | 101111 | 1000111 | 101011101 | 101000 | 10100 |
Color Harmonies of #491F27
Complementary color
Monochromatic Colors of #491F27
Black with #491F27
Text Example
Text Example
White with #491F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F27; }
p { color: rgb(73,31,39); }
H1.HeaderClassName
{
color: #491F27;
}
.AnyTagClassName
{
color: #491F27;
}
</style>
background-color css
<style>
a { background-color: #491F27; }
a { background-color: rgb(73,31,39); }
div.DivClassName
{
background-color: #491F27;
}
.BgClassName
{
background-color: #491F27;
}
</style>
border-color css
<style>
span { border-color: #491F27; }
span { border-color: rgb(73,31,39); }
td.TdClassName
{
border-color: #491F27;
}
.TagClassName
{
border-color: #491F27;
}
</style>