Shades of Bordeaux #47131D
Tints of Bordeaux #47131D
RGB
CMYK
RGB Variations
Color information
#47131D (or 0x47131D) is known color: Bordeaux. HEX triplet: 47, 13 and 1D. RGB value is (71,19,29). Sum of RGB (Red+Green+Blue) = 71+19+29=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131D is #B8ECE2. Grayscale: #232323. Windows color (decimal): -12119267 or 1905479. OLE color: 1905479.
HSL color Cylindrical-coordinate representation of color #47131D: hue angle of 348.46º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47131D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 29 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.72 |
| HSL | 348.46º | 0.58% | 0.18% | - |
| HSV(B) | 348.46º | 0.73% | 0.28% | - |
| XYZ | 3.05 | 1.89 | 1.37 | - |
| YUV | 35.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 29 | 0 | 0.73 | 0.59 | 0.72 | 348.46 | 0.58 | 0.18 |
| Hex | 47 | 13 | 1D | 0 | 49 | 3B | 48 | 15C | 3A | 12 |
| Octal | 107 | 23 | 35 | 0 | 111 | 73 | 110 | 534 | 72 | 22 |
| Binary | 1000111 | 10011 | 11101 | 0 | 1001001 | 111011 | 1001000 | 101011100 | 111010 | 10010 |
Color Harmonies of #47131D
Complementary color
Monochromatic Colors of #47131D
Black with #47131D
Text Example
Text Example
White with #47131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47131D; }
p { color: rgb(71,19,29); }
H1.HeaderClassName
{
color: #47131D;
}
.AnyTagClassName
{
color: #47131D;
}
</style>
background-color css
<style>
a { background-color: #47131D; }
a { background-color: rgb(71,19,29); }
div.DivClassName
{
background-color: #47131D;
}
.BgClassName
{
background-color: #47131D;
}
</style>
border-color css
<style>
span { border-color: #47131D; }
span { border-color: rgb(71,19,29); }
td.TdClassName
{
border-color: #47131D;
}
.TagClassName
{
border-color: #47131D;
}
</style>