Shades of Bordeaux #47121D
Tints of Bordeaux #47121D
RGB
CMYK
RGB Variations
Color information
#47121D (or 0x47121D) is known color: Bordeaux. HEX triplet: 47, 12 and 1D. RGB value is (71,18,29). Sum of RGB (Red+Green+Blue) = 71+18+29=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #47121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121D is #B8EDE2. Grayscale: #232323. Windows color (decimal): -12119523 or 1905223. OLE color: 1905223.
HSL color Cylindrical-coordinate representation of color #47121D: hue angle of 347.55º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47121D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 29 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.72 |
| HSL | 347.55º | 0.6% | 0.17% | - |
| HSV(B) | 347.55º | 0.75% | 0.28% | - |
| XYZ | 3.04 | 1.86 | 1.36 | - |
| YUV | 35.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 29 | 0 | 0.75 | 0.59 | 0.72 | 347.55 | 0.6 | 0.17 |
| Hex | 47 | 12 | 1D | 0 | 4B | 3B | 48 | 15C | 3C | 11 |
| Octal | 107 | 22 | 35 | 0 | 113 | 73 | 110 | 534 | 74 | 21 |
| Binary | 1000111 | 10010 | 11101 | 0 | 1001011 | 111011 | 1001000 | 101011100 | 111100 | 10001 |
Color Harmonies of #47121D
Complementary color
Monochromatic Colors of #47121D
Black with #47121D
Text Example
Text Example
White with #47121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47121D; }
p { color: rgb(71,18,29); }
H1.HeaderClassName
{
color: #47121D;
}
.AnyTagClassName
{
color: #47121D;
}
</style>
background-color css
<style>
a { background-color: #47121D; }
a { background-color: rgb(71,18,29); }
div.DivClassName
{
background-color: #47121D;
}
.BgClassName
{
background-color: #47121D;
}
</style>
border-color css
<style>
span { border-color: #47121D; }
span { border-color: rgb(71,18,29); }
td.TdClassName
{
border-color: #47121D;
}
.TagClassName
{
border-color: #47121D;
}
</style>