Shades of Bordeaux #47151E
Tints of Bordeaux #47151E
RGB
CMYK
RGB Variations
Color information
#47151E (or 0x47151E) is known color: Bordeaux. HEX triplet: 47, 15 and 1E. RGB value is (71,21,30). Sum of RGB (Red+Green+Blue) = 71+21+30=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151E is #B8EAE1. Grayscale: #242424. Windows color (decimal): -12118754 or 1971527. OLE color: 1971527.
HSL color Cylindrical-coordinate representation of color #47151E: hue angle of 349.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47151E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 30 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.72 |
| HSL | 349.2º | 0.54% | 0.18% | - |
| HSV(B) | 349.2º | 0.7% | 0.28% | - |
| XYZ | 3.1 | 1.97 | 1.45 | - |
| YUV | 36.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 30 | 0 | 0.70 | 0.58 | 0.72 | 349.2 | 0.54 | 0.18 |
| Hex | 47 | 15 | 1E | 0 | 46 | 3A | 48 | 15D | 36 | 12 |
| Octal | 107 | 25 | 36 | 0 | 106 | 72 | 110 | 535 | 66 | 22 |
| Binary | 1000111 | 10101 | 11110 | 0 | 1000110 | 111010 | 1001000 | 101011101 | 110110 | 10010 |
Color Harmonies of #47151E
Complementary color
Monochromatic Colors of #47151E
Black with #47151E
Text Example
Text Example
White with #47151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47151E; }
p { color: rgb(71,21,30); }
H1.HeaderClassName
{
color: #47151E;
}
.AnyTagClassName
{
color: #47151E;
}
</style>
background-color css
<style>
a { background-color: #47151E; }
a { background-color: rgb(71,21,30); }
div.DivClassName
{
background-color: #47151E;
}
.BgClassName
{
background-color: #47151E;
}
</style>
border-color css
<style>
span { border-color: #47151E; }
span { border-color: rgb(71,21,30); }
td.TdClassName
{
border-color: #47151E;
}
.TagClassName
{
border-color: #47151E;
}
</style>