Shades of Bordeaux #491B27
Tints of Bordeaux #491B27
RGB
CMYK
RGB Variations
Color information
#491B27 (or 0x491B27) is known color: Bordeaux. HEX triplet: 49, 1B and 27. RGB value is (73,27,39). Sum of RGB (Red+Green+Blue) = 73+27+39=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #491B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #491B27 is #B6E4D8. Grayscale: #2A2A2A. Windows color (decimal): -11986137 or 2562889. OLE color: 2562889.
HSL color Cylindrical-coordinate representation of color #491B27: hue angle of 344.35º 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 #491B27 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 27 | 39 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.71 |
| HSL | 344.35º | 0.46% | 0.2% | - |
| HSV(B) | 344.35º | 0.63% | 0.29% | - |
| XYZ | 3.51 | 2.35 | 2.19 | - |
| YUV | 42.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 39 | 0 | 0.63 | 0.47 | 0.71 | 344.35 | 0.46 | 0.2 |
| Hex | 49 | 1B | 27 | 0 | 3F | 2F | 47 | 158 | 2E | 14 |
| Octal | 111 | 33 | 47 | 0 | 77 | 57 | 107 | 530 | 56 | 24 |
| Binary | 1001001 | 11011 | 100111 | 0 | 111111 | 101111 | 1000111 | 101011000 | 101110 | 10100 |
Color Harmonies of #491B27
Complementary color
Monochromatic Colors of #491B27
Black with #491B27
Text Example
Text Example
White with #491B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B27; }
p { color: rgb(73,27,39); }
H1.HeaderClassName
{
color: #491B27;
}
.AnyTagClassName
{
color: #491B27;
}
</style>
background-color css
<style>
a { background-color: #491B27; }
a { background-color: rgb(73,27,39); }
div.DivClassName
{
background-color: #491B27;
}
.BgClassName
{
background-color: #491B27;
}
</style>
border-color css
<style>
span { border-color: #491B27; }
span { border-color: rgb(73,27,39); }
td.TdClassName
{
border-color: #491B27;
}
.TagClassName
{
border-color: #491B27;
}
</style>