Shades of Bordeaux #47151F
Tints of Bordeaux #47151F
RGB
CMYK
RGB Variations
Color information
#47151F (or 0x47151F) is known color: Bordeaux. HEX triplet: 47, 15 and 1F. RGB value is (71,21,31). Sum of RGB (Red+Green+Blue) = 71+21+31=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151F is #B8EAE0. Grayscale: #252525. Windows color (decimal): -12118753 or 2037063. OLE color: 2037063.
HSL color Cylindrical-coordinate representation of color #47151F: hue angle of 348º 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 #47151F is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 31 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.72 |
| HSL | 348º | 0.54% | 0.18% | - |
| HSV(B) | 348º | 0.7% | 0.28% | - |
| XYZ | 3.11 | 1.97 | 1.51 | - |
| YUV | 37.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 31 | 0 | 0.70 | 0.56 | 0.72 | 348 | 0.54 | 0.18 |
| Hex | 47 | 15 | 1F | 0 | 46 | 38 | 48 | 15C | 36 | 12 |
| Octal | 107 | 25 | 37 | 0 | 106 | 70 | 110 | 534 | 66 | 22 |
| Binary | 1000111 | 10101 | 11111 | 0 | 1000110 | 111000 | 1001000 | 101011100 | 110110 | 10010 |
Color Harmonies of #47151F
Complementary color
Monochromatic Colors of #47151F
Black with #47151F
Text Example
Text Example
White with #47151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47151F; }
p { color: rgb(71,21,31); }
H1.HeaderClassName
{
color: #47151F;
}
.AnyTagClassName
{
color: #47151F;
}
</style>
background-color css
<style>
a { background-color: #47151F; }
a { background-color: rgb(71,21,31); }
div.DivClassName
{
background-color: #47151F;
}
.BgClassName
{
background-color: #47151F;
}
</style>
border-color css
<style>
span { border-color: #47151F; }
span { border-color: rgb(71,21,31); }
td.TdClassName
{
border-color: #47151F;
}
.TagClassName
{
border-color: #47151F;
}
</style>