Shades of Bordeaux #470B1D
Tints of Bordeaux #470B1D
RGB
CMYK
RGB Variations
Color information
#470B1D (or 0x470B1D) is known color: Bordeaux. HEX triplet: 47, 0B and 1D. RGB value is (71,11,29). Sum of RGB (Red+Green+Blue) = 71+11+29=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B1D is #B8F4E2. Grayscale: #1E1E1E. Windows color (decimal): -12121315 or 1903431. OLE color: 1903431.
HSL color Cylindrical-coordinate representation of color #470B1D: hue angle of 342º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470B1D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 11 | 29 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.72 |
| HSL | 342º | 0.73% | 0.16% | - |
| HSV(B) | 342º | 0.85% | 0.28% | - |
| XYZ | 2.94 | 1.67 | 1.33 | - |
| YUV | 30.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 29 | 0 | 0.85 | 0.59 | 0.72 | 342 | 0.73 | 0.16 |
| Hex | 47 | B | 1D | 0 | 55 | 3B | 48 | 156 | 49 | 10 |
| Octal | 107 | 13 | 35 | 0 | 125 | 73 | 110 | 526 | 111 | 20 |
| Binary | 1000111 | 1011 | 11101 | 0 | 1010101 | 111011 | 1001000 | 101010110 | 1001001 | 10000 |
Color Harmonies of #470B1D
Complementary color
Monochromatic Colors of #470B1D
Black with #470B1D
Text Example
Text Example
White with #470B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470B1D; }
p { color: rgb(71,11,29); }
H1.HeaderClassName
{
color: #470B1D;
}
.AnyTagClassName
{
color: #470B1D;
}
</style>
background-color css
<style>
a { background-color: #470B1D; }
a { background-color: rgb(71,11,29); }
div.DivClassName
{
background-color: #470B1D;
}
.BgClassName
{
background-color: #470B1D;
}
</style>
border-color css
<style>
span { border-color: #470B1D; }
span { border-color: rgb(71,11,29); }
td.TdClassName
{
border-color: #470B1D;
}
.TagClassName
{
border-color: #470B1D;
}
</style>