Shades of Bordeaux #47101D
Tints of Bordeaux #47101D
RGB
CMYK
RGB Variations
Color information
#47101D (or 0x47101D) is known color: Bordeaux. HEX triplet: 47, 10 and 1D. RGB value is (71,16,29). Sum of RGB (Red+Green+Blue) = 71+16+29=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47101D is #B8EFE2. Grayscale: #212121. Windows color (decimal): -12120035 or 1904711. OLE color: 1904711.
HSL color Cylindrical-coordinate representation of color #47101D: hue angle of 345.82º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47101D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 16 | 29 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.72 |
| HSL | 345.82º | 0.63% | 0.17% | - |
| HSV(B) | 345.82º | 0.77% | 0.28% | - |
| XYZ | 3.01 | 1.8 | 1.35 | - |
| YUV | 33.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 16 | 29 | 0 | 0.77 | 0.59 | 0.72 | 345.82 | 0.63 | 0.17 |
| Hex | 47 | 10 | 1D | 0 | 4D | 3B | 48 | 15A | 3F | 11 |
| Octal | 107 | 20 | 35 | 0 | 115 | 73 | 110 | 532 | 77 | 21 |
| Binary | 1000111 | 10000 | 11101 | 0 | 1001101 | 111011 | 1001000 | 101011010 | 111111 | 10001 |
Color Harmonies of #47101D
Complementary color
Monochromatic Colors of #47101D
Black with #47101D
Text Example
Text Example
White with #47101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47101D; }
p { color: rgb(71,16,29); }
H1.HeaderClassName
{
color: #47101D;
}
.AnyTagClassName
{
color: #47101D;
}
</style>
background-color css
<style>
a { background-color: #47101D; }
a { background-color: rgb(71,16,29); }
div.DivClassName
{
background-color: #47101D;
}
.BgClassName
{
background-color: #47101D;
}
</style>
border-color css
<style>
span { border-color: #47101D; }
span { border-color: rgb(71,16,29); }
td.TdClassName
{
border-color: #47101D;
}
.TagClassName
{
border-color: #47101D;
}
</style>