Shades of Bordeaux #47111E
Tints of Bordeaux #47111E
RGB
CMYK
RGB Variations
Color information
#47111E (or 0x47111E) is known color: Bordeaux. HEX triplet: 47, 11 and 1E. RGB value is (71,17,30). Sum of RGB (Red+Green+Blue) = 71+17+30=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111E is #B8EEE1. Grayscale: #222222. Windows color (decimal): -12119778 or 1970503. OLE color: 1970503.
HSL color Cylindrical-coordinate representation of color #47111E: hue angle of 345.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47111E is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 30 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.72 |
| HSL | 345.56º | 0.61% | 0.17% | - |
| HSV(B) | 345.56º | 0.76% | 0.28% | - |
| XYZ | 3.03 | 1.83 | 1.42 | - |
| YUV | 34.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 30 | 0 | 0.76 | 0.58 | 0.72 | 345.56 | 0.61 | 0.17 |
| Hex | 47 | 11 | 1E | 0 | 4C | 3A | 48 | 15A | 3D | 11 |
| Octal | 107 | 21 | 36 | 0 | 114 | 72 | 110 | 532 | 75 | 21 |
| Binary | 1000111 | 10001 | 11110 | 0 | 1001100 | 111010 | 1001000 | 101011010 | 111101 | 10001 |
Color Harmonies of #47111E
Complementary color
Monochromatic Colors of #47111E
Black with #47111E
Text Example
Text Example
White with #47111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47111E; }
p { color: rgb(71,17,30); }
H1.HeaderClassName
{
color: #47111E;
}
.AnyTagClassName
{
color: #47111E;
}
</style>
background-color css
<style>
a { background-color: #47111E; }
a { background-color: rgb(71,17,30); }
div.DivClassName
{
background-color: #47111E;
}
.BgClassName
{
background-color: #47111E;
}
</style>
border-color css
<style>
span { border-color: #47111E; }
span { border-color: rgb(71,17,30); }
td.TdClassName
{
border-color: #47111E;
}
.TagClassName
{
border-color: #47111E;
}
</style>