Shades of Bordeaux #47131F
Tints of Bordeaux #47131F
RGB
CMYK
RGB Variations
Color information
#47131F (or 0x47131F) is known color: Bordeaux. HEX triplet: 47, 13 and 1F. RGB value is (71,19,31). Sum of RGB (Red+Green+Blue) = 71+19+31=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131F is #B8ECE0. Grayscale: #232323. Windows color (decimal): -12119265 or 2036551. OLE color: 2036551.
HSL color Cylindrical-coordinate representation of color #47131F: hue angle of 346.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47131F is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 31 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.72 |
| HSL | 346.15º | 0.58% | 0.18% | - |
| HSV(B) | 346.15º | 0.73% | 0.28% | - |
| XYZ | 3.08 | 1.9 | 1.5 | - |
| YUV | 35.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 31 | 0 | 0.73 | 0.56 | 0.72 | 346.15 | 0.58 | 0.18 |
| Hex | 47 | 13 | 1F | 0 | 49 | 38 | 48 | 15A | 3A | 12 |
| Octal | 107 | 23 | 37 | 0 | 111 | 70 | 110 | 532 | 72 | 22 |
| Binary | 1000111 | 10011 | 11111 | 0 | 1001001 | 111000 | 1001000 | 101011010 | 111010 | 10010 |
Color Harmonies of #47131F
Complementary color
Monochromatic Colors of #47131F
Black with #47131F
Text Example
Text Example
White with #47131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47131F; }
p { color: rgb(71,19,31); }
H1.HeaderClassName
{
color: #47131F;
}
.AnyTagClassName
{
color: #47131F;
}
</style>
background-color css
<style>
a { background-color: #47131F; }
a { background-color: rgb(71,19,31); }
div.DivClassName
{
background-color: #47131F;
}
.BgClassName
{
background-color: #47131F;
}
</style>
border-color css
<style>
span { border-color: #47131F; }
span { border-color: rgb(71,19,31); }
td.TdClassName
{
border-color: #47131F;
}
.TagClassName
{
border-color: #47131F;
}
</style>