Shades of Bordeaux #47191E
Tints of Bordeaux #47191E
RGB
CMYK
RGB Variations
Color information
#47191E (or 0x47191E) is known color: Bordeaux. HEX triplet: 47, 19 and 1E. RGB value is (71,25,30). Sum of RGB (Red+Green+Blue) = 71+25+30=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191E is #B8E6E1. Grayscale: #272727. Windows color (decimal): -12117730 or 1972551. OLE color: 1972551.
HSL color Cylindrical-coordinate representation of color #47191E: hue angle of 353.48º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 30 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.72 |
| HSL | 353.48º | 0.48% | 0.19% | - |
| HSV(B) | 353.48º | 0.65% | 0.28% | - |
| XYZ | 3.18 | 2.13 | 1.47 | - |
| YUV | 39.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 30 | 0 | 0.65 | 0.58 | 0.72 | 353.48 | 0.48 | 0.19 |
| Hex | 47 | 19 | 1E | 0 | 41 | 3A | 48 | 161 | 30 | 13 |
| Octal | 107 | 31 | 36 | 0 | 101 | 72 | 110 | 541 | 60 | 23 |
| Binary | 1000111 | 11001 | 11110 | 0 | 1000001 | 111010 | 1001000 | 101100001 | 110000 | 10011 |
Color Harmonies of #47191E
Complementary color
Monochromatic Colors of #47191E
Black with #47191E
Text Example
Text Example
White with #47191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47191E; }
p { color: rgb(71,25,30); }
H1.HeaderClassName
{
color: #47191E;
}
.AnyTagClassName
{
color: #47191E;
}
</style>
background-color css
<style>
a { background-color: #47191E; }
a { background-color: rgb(71,25,30); }
div.DivClassName
{
background-color: #47191E;
}
.BgClassName
{
background-color: #47191E;
}
</style>
border-color css
<style>
span { border-color: #47191E; }
span { border-color: rgb(71,25,30); }
td.TdClassName
{
border-color: #47191E;
}
.TagClassName
{
border-color: #47191E;
}
</style>