Shades of Bordeaux #47111A
Tints of Bordeaux #47111A
RGB
CMYK
RGB Variations
Color information
#47111A (or 0x47111A) is known color: Bordeaux. HEX triplet: 47, 11 and 1A. RGB value is (71,17,26). Sum of RGB (Red+Green+Blue) = 71+17+26=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #47111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111A is #B8EEE5. Grayscale: #222222. Windows color (decimal): -12119782 or 1708359. OLE color: 1708359.
HSL color Cylindrical-coordinate representation of color #47111A: hue angle of 350º 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 #47111A is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 26 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.72 |
| HSL | 350º | 0.61% | 0.17% | - |
| HSV(B) | 350º | 0.76% | 0.28% | - |
| XYZ | 2.99 | 1.82 | 1.17 | - |
| YUV | 34.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 26 | 0 | 0.76 | 0.63 | 0.72 | 350 | 0.61 | 0.17 |
| Hex | 47 | 11 | 1A | 0 | 4C | 3F | 48 | 15E | 3D | 11 |
| Octal | 107 | 21 | 32 | 0 | 114 | 77 | 110 | 536 | 75 | 21 |
| Binary | 1000111 | 10001 | 11010 | 0 | 1001100 | 111111 | 1001000 | 101011110 | 111101 | 10001 |
Color Harmonies of #47111A
Complementary color
Monochromatic Colors of #47111A
Black with #47111A
Text Example
Text Example
White with #47111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47111A; }
p { color: rgb(71,17,26); }
H1.HeaderClassName
{
color: #47111A;
}
.AnyTagClassName
{
color: #47111A;
}
</style>
background-color css
<style>
a { background-color: #47111A; }
a { background-color: rgb(71,17,26); }
div.DivClassName
{
background-color: #47111A;
}
.BgClassName
{
background-color: #47111A;
}
</style>
border-color css
<style>
span { border-color: #47111A; }
span { border-color: rgb(71,17,26); }
td.TdClassName
{
border-color: #47111A;
}
.TagClassName
{
border-color: #47111A;
}
</style>