Shades of Bordeaux #47031B
Tints of Bordeaux #47031B
RGB
CMYK
RGB Variations
Color information
#47031B (or 0x47031B) is known color: Bordeaux. HEX triplet: 47, 03 and 1B. RGB value is (71,3,27). Sum of RGB (Red+Green+Blue) = 71+3+27=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47031B is #B8FCE4. Grayscale: #1A1A1A. Windows color (decimal): -12123365 or 1770311. OLE color: 1770311.
HSL color Cylindrical-coordinate representation of color #47031B: hue angle of 338.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47031B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 3 | 27 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.72 |
| HSL | 338.82º | 0.92% | 0.15% | - |
| HSV(B) | 338.82º | 0.96% | 0.28% | - |
| XYZ | 2.83 | 1.48 | 1.17 | - |
| YUV | 26.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 27 | 0 | 0.96 | 0.62 | 0.72 | 338.82 | 0.92 | 0.15 |
| Hex | 47 | 3 | 1B | 0 | 60 | 3E | 48 | 153 | 5C | F |
| Octal | 107 | 3 | 33 | 0 | 140 | 76 | 110 | 523 | 134 | 17 |
| Binary | 1000111 | 11 | 11011 | 0 | 1100000 | 111110 | 1001000 | 101010011 | 1011100 | 1111 |
Color Harmonies of #47031B
Complementary color
Monochromatic Colors of #47031B
Black with #47031B
Text Example
Text Example
White with #47031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47031B; }
p { color: rgb(71,3,27); }
H1.HeaderClassName
{
color: #47031B;
}
.AnyTagClassName
{
color: #47031B;
}
</style>
background-color css
<style>
a { background-color: #47031B; }
a { background-color: rgb(71,3,27); }
div.DivClassName
{
background-color: #47031B;
}
.BgClassName
{
background-color: #47031B;
}
</style>
border-color css
<style>
span { border-color: #47031B; }
span { border-color: rgb(71,3,27); }
td.TdClassName
{
border-color: #47031B;
}
.TagClassName
{
border-color: #47031B;
}
</style>