Shades of Bordeaux #47011B
Tints of Bordeaux #47011B
RGB
CMYK
RGB Variations
Color information
#47011B (or 0x47011B) is known color: Bordeaux. HEX triplet: 47, 01 and 1B. RGB value is (71,1,27). Sum of RGB (Red+Green+Blue) = 71+1+27=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #47011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47011B is #B8FEE4. Grayscale: #181818. Windows color (decimal): -12123877 or 1769799. OLE color: 1769799.
HSL color Cylindrical-coordinate representation of color #47011B: hue angle of 337.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47011B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.72 |
| HSL | 337.71º | 0.97% | 0.14% | - |
| HSV(B) | 337.71º | 0.99% | 0.28% | - |
| XYZ | 2.81 | 1.44 | 1.17 | - |
| YUV | 24.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 27 | 0 | 0.99 | 0.62 | 0.72 | 337.71 | 0.97 | 0.14 |
| Hex | 47 | 1 | 1B | 0 | 63 | 3E | 48 | 152 | 61 | E |
| Octal | 107 | 1 | 33 | 0 | 143 | 76 | 110 | 522 | 141 | 16 |
| Binary | 1000111 | 1 | 11011 | 0 | 1100011 | 111110 | 1001000 | 101010010 | 1100001 | 1110 |
Color Harmonies of #47011B
Complementary color
Monochromatic Colors of #47011B
Black with #47011B
Text Example
Text Example
White with #47011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47011B; }
p { color: rgb(71,1,27); }
H1.HeaderClassName
{
color: #47011B;
}
.AnyTagClassName
{
color: #47011B;
}
</style>
background-color css
<style>
a { background-color: #47011B; }
a { background-color: rgb(71,1,27); }
div.DivClassName
{
background-color: #47011B;
}
.BgClassName
{
background-color: #47011B;
}
</style>
border-color css
<style>
span { border-color: #47011B; }
span { border-color: rgb(71,1,27); }
td.TdClassName
{
border-color: #47011B;
}
.TagClassName
{
border-color: #47011B;
}
</style>