Shades of Bordeaux #47051D
Tints of Bordeaux #47051D
RGB
CMYK
RGB Variations
Color information
#47051D (or 0x47051D) is known color: Bordeaux. HEX triplet: 47, 05 and 1D. RGB value is (71,5,29). Sum of RGB (Red+Green+Blue) = 71+5+29=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47051D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47051D is #B8FAE2. Grayscale: #1B1B1B. Windows color (decimal): -12122851 or 1901895. OLE color: 1901895.
HSL color Cylindrical-coordinate representation of color #47051D: hue angle of 338.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47051D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 5 | 29 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.72 |
| HSL | 338.18º | 0.87% | 0.15% | - |
| HSV(B) | 338.18º | 0.93% | 0.28% | - |
| XYZ | 2.87 | 1.54 | 1.31 | - |
| YUV | 27.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 29 | 0 | 0.93 | 0.59 | 0.72 | 338.18 | 0.87 | 0.15 |
| Hex | 47 | 5 | 1D | 0 | 5D | 3B | 48 | 152 | 57 | F |
| Octal | 107 | 5 | 35 | 0 | 135 | 73 | 110 | 522 | 127 | 17 |
| Binary | 1000111 | 101 | 11101 | 0 | 1011101 | 111011 | 1001000 | 101010010 | 1010111 | 1111 |
Color Harmonies of #47051D
Complementary color
Monochromatic Colors of #47051D
Black with #47051D
Text Example
Text Example
White with #47051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47051D; }
p { color: rgb(71,5,29); }
H1.HeaderClassName
{
color: #47051D;
}
.AnyTagClassName
{
color: #47051D;
}
</style>
background-color css
<style>
a { background-color: #47051D; }
a { background-color: rgb(71,5,29); }
div.DivClassName
{
background-color: #47051D;
}
.BgClassName
{
background-color: #47051D;
}
</style>
border-color css
<style>
span { border-color: #47051D; }
span { border-color: rgb(71,5,29); }
td.TdClassName
{
border-color: #47051D;
}
.TagClassName
{
border-color: #47051D;
}
</style>