Shades of Bordeaux #47121F
Tints of Bordeaux #47121F
RGB
CMYK
RGB Variations
Color information
#47121F (or 0x47121F) is known color: Bordeaux. HEX triplet: 47, 12 and 1F. RGB value is (71,18,31). Sum of RGB (Red+Green+Blue) = 71+18+31=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121F is #B8EDE0. Grayscale: #232323. Windows color (decimal): -12119521 or 2036295. OLE color: 2036295.
HSL color Cylindrical-coordinate representation of color #47121F: hue angle of 345.28º 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 #47121F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 31 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.72 |
| HSL | 345.28º | 0.6% | 0.17% | - |
| HSV(B) | 345.28º | 0.75% | 0.28% | - |
| XYZ | 3.06 | 1.87 | 1.5 | - |
| YUV | 35.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 31 | 0 | 0.75 | 0.56 | 0.72 | 345.28 | 0.6 | 0.17 |
| Hex | 47 | 12 | 1F | 0 | 4B | 38 | 48 | 159 | 3C | 11 |
| Octal | 107 | 22 | 37 | 0 | 113 | 70 | 110 | 531 | 74 | 21 |
| Binary | 1000111 | 10010 | 11111 | 0 | 1001011 | 111000 | 1001000 | 101011001 | 111100 | 10001 |
Color Harmonies of #47121F
Complementary color
Monochromatic Colors of #47121F
Black with #47121F
Text Example
Text Example
White with #47121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47121F; }
p { color: rgb(71,18,31); }
H1.HeaderClassName
{
color: #47121F;
}
.AnyTagClassName
{
color: #47121F;
}
</style>
background-color css
<style>
a { background-color: #47121F; }
a { background-color: rgb(71,18,31); }
div.DivClassName
{
background-color: #47121F;
}
.BgClassName
{
background-color: #47121F;
}
</style>
border-color css
<style>
span { border-color: #47121F; }
span { border-color: rgb(71,18,31); }
td.TdClassName
{
border-color: #47121F;
}
.TagClassName
{
border-color: #47121F;
}
</style>