Shades of Bordeaux #47121B
Tints of Bordeaux #47121B
RGB
CMYK
RGB Variations
Color information
#47121B (or 0x47121B) is known color: Bordeaux. HEX triplet: 47, 12 and 1B. RGB value is (71,18,27). Sum of RGB (Red+Green+Blue) = 71+18+27=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121B is #B8EDE4. Grayscale: #222222. Windows color (decimal): -12119525 or 1774151. OLE color: 1774151.
HSL color Cylindrical-coordinate representation of color #47121B: hue angle of 349.81º 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 #47121B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 18 | 27 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.72 |
| HSL | 349.81º | 0.6% | 0.17% | - |
| HSV(B) | 349.81º | 0.75% | 0.28% | - |
| XYZ | 3.01 | 1.85 | 1.24 | - |
| YUV | 34.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 27 | 0 | 0.75 | 0.62 | 0.72 | 349.81 | 0.6 | 0.17 |
| Hex | 47 | 12 | 1B | 0 | 4B | 3E | 48 | 15E | 3C | 11 |
| Octal | 107 | 22 | 33 | 0 | 113 | 76 | 110 | 536 | 74 | 21 |
| Binary | 1000111 | 10010 | 11011 | 0 | 1001011 | 111110 | 1001000 | 101011110 | 111100 | 10001 |
Color Harmonies of #47121B
Complementary color
Monochromatic Colors of #47121B
Black with #47121B
Text Example
Text Example
White with #47121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47121B; }
p { color: rgb(71,18,27); }
H1.HeaderClassName
{
color: #47121B;
}
.AnyTagClassName
{
color: #47121B;
}
</style>
background-color css
<style>
a { background-color: #47121B; }
a { background-color: rgb(71,18,27); }
div.DivClassName
{
background-color: #47121B;
}
.BgClassName
{
background-color: #47121B;
}
</style>
border-color css
<style>
span { border-color: #47121B; }
span { border-color: rgb(71,18,27); }
td.TdClassName
{
border-color: #47121B;
}
.TagClassName
{
border-color: #47121B;
}
</style>