Shades of Bordeaux #47111C
Tints of Bordeaux #47111C
RGB
CMYK
RGB Variations
Color information
#47111C (or 0x47111C) is known color: Bordeaux. HEX triplet: 47, 11 and 1C. RGB value is (71,17,28). Sum of RGB (Red+Green+Blue) = 71+17+28=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47111C is #B8EEE3. Grayscale: #222222. Windows color (decimal): -12119780 or 1839431. OLE color: 1839431.
HSL color Cylindrical-coordinate representation of color #47111C: hue angle of 347.78º 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 #47111C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 28 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.72 |
| HSL | 347.78º | 0.61% | 0.17% | - |
| HSV(B) | 347.78º | 0.76% | 0.28% | - |
| XYZ | 3.01 | 1.82 | 1.29 | - |
| YUV | 34.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 28 | 0 | 0.76 | 0.61 | 0.72 | 347.78 | 0.61 | 0.17 |
| Hex | 47 | 11 | 1C | 0 | 4C | 3D | 48 | 15C | 3D | 11 |
| Octal | 107 | 21 | 34 | 0 | 114 | 75 | 110 | 534 | 75 | 21 |
| Binary | 1000111 | 10001 | 11100 | 0 | 1001100 | 111101 | 1001000 | 101011100 | 111101 | 10001 |
Color Harmonies of #47111C
Complementary color
Monochromatic Colors of #47111C
Black with #47111C
Text Example
Text Example
White with #47111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47111C; }
p { color: rgb(71,17,28); }
H1.HeaderClassName
{
color: #47111C;
}
.AnyTagClassName
{
color: #47111C;
}
</style>
background-color css
<style>
a { background-color: #47111C; }
a { background-color: rgb(71,17,28); }
div.DivClassName
{
background-color: #47111C;
}
.BgClassName
{
background-color: #47111C;
}
</style>
border-color css
<style>
span { border-color: #47111C; }
span { border-color: rgb(71,17,28); }
td.TdClassName
{
border-color: #47111C;
}
.TagClassName
{
border-color: #47111C;
}
</style>