Shades of Bordeaux #470A20
Tints of Bordeaux #470A20
RGB
CMYK
RGB Variations
Color information
#470A20 (or 0x470A20) is known color: Bordeaux. HEX triplet: 47, 0A and 20. RGB value is (71,10,32). Sum of RGB (Red+Green+Blue) = 71+10+32=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A20 is #B8F5DF. Grayscale: #1E1E1E. Windows color (decimal): -12121568 or 2099783. OLE color: 2099783.
HSL color Cylindrical-coordinate representation of color #470A20: hue angle of 338.36º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A20 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 32 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.72 |
| HSL | 338.36º | 0.75% | 0.16% | - |
| HSV(B) | 338.36º | 0.86% | 0.28% | - |
| XYZ | 2.97 | 1.66 | 1.53 | - |
| YUV | 30.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 32 | 0 | 0.86 | 0.55 | 0.72 | 338.36 | 0.75 | 0.16 |
| Hex | 47 | A | 20 | 0 | 56 | 37 | 48 | 152 | 4B | 10 |
| Octal | 107 | 12 | 40 | 0 | 126 | 67 | 110 | 522 | 113 | 20 |
| Binary | 1000111 | 1010 | 100000 | 0 | 1010110 | 110111 | 1001000 | 101010010 | 1001011 | 10000 |
Color Harmonies of #470A20
Complementary color
Monochromatic Colors of #470A20
Black with #470A20
Text Example
Text Example
White with #470A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A20; }
p { color: rgb(71,10,32); }
H1.HeaderClassName
{
color: #470A20;
}
.AnyTagClassName
{
color: #470A20;
}
</style>
background-color css
<style>
a { background-color: #470A20; }
a { background-color: rgb(71,10,32); }
div.DivClassName
{
background-color: #470A20;
}
.BgClassName
{
background-color: #470A20;
}
</style>
border-color css
<style>
span { border-color: #470A20; }
span { border-color: rgb(71,10,32); }
td.TdClassName
{
border-color: #470A20;
}
.TagClassName
{
border-color: #470A20;
}
</style>