Shades of Bordeaux #491B1D
Tints of Bordeaux #491B1D
RGB
CMYK
RGB Variations
Color information
#491B1D (or 0x491B1D) is known color: Bordeaux. HEX triplet: 49, 1B and 1D. RGB value is (73,27,29). Sum of RGB (Red+Green+Blue) = 73+27+29=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #491B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B1D is #B6E4E2. Grayscale: #292929. Windows color (decimal): -11986147 or 1907529. OLE color: 1907529.
HSL color Cylindrical-coordinate representation of color #491B1D: hue angle of 357.39º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #491B1D is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 29 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.71 |
| HSL | 357.39º | 0.46% | 0.2% | - |
| HSV(B) | 357.39º | 0.63% | 0.29% | - |
| XYZ | 3.36 | 2.29 | 1.43 | - |
| YUV | 40.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 29 | 0 | 0.63 | 0.60 | 0.71 | 357.39 | 0.46 | 0.2 |
| Hex | 49 | 1B | 1D | 0 | 3F | 3C | 47 | 165 | 2E | 14 |
| Octal | 111 | 33 | 35 | 0 | 77 | 74 | 107 | 545 | 56 | 24 |
| Binary | 1001001 | 11011 | 11101 | 0 | 111111 | 111100 | 1000111 | 101100101 | 101110 | 10100 |
Color Harmonies of #491B1D
Complementary color
Monochromatic Colors of #491B1D
Black with #491B1D
Text Example
Text Example
White with #491B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B1D; }
p { color: rgb(73,27,29); }
H1.HeaderClassName
{
color: #491B1D;
}
.AnyTagClassName
{
color: #491B1D;
}
</style>
background-color css
<style>
a { background-color: #491B1D; }
a { background-color: rgb(73,27,29); }
div.DivClassName
{
background-color: #491B1D;
}
.BgClassName
{
background-color: #491B1D;
}
</style>
border-color css
<style>
span { border-color: #491B1D; }
span { border-color: rgb(73,27,29); }
td.TdClassName
{
border-color: #491B1D;
}
.TagClassName
{
border-color: #491B1D;
}
</style>