Shades of Bordeaux #470119
Tints of Bordeaux #470119
RGB
CMYK
RGB Variations
Color information
#470119 (or 0x470119) is known color: Bordeaux. HEX triplet: 47, 01 and 19. RGB value is (71,1,25). Sum of RGB (Red+Green+Blue) = 71+1+25=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470119 is #B8FEE6. Grayscale: #181818. Windows color (decimal): -12123879 or 1638727. OLE color: 1638727.
HSL color Cylindrical-coordinate representation of color #470119: hue angle of 339.43º 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 #470119 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.72 |
| HSL | 339.43º | 0.97% | 0.14% | - |
| HSV(B) | 339.43º | 0.99% | 0.28% | - |
| XYZ | 2.78 | 1.43 | 1.05 | - |
| YUV | 24.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 25 | 0 | 0.99 | 0.65 | 0.72 | 339.43 | 0.97 | 0.14 |
| Hex | 47 | 1 | 19 | 0 | 63 | 41 | 48 | 153 | 61 | E |
| Octal | 107 | 1 | 31 | 0 | 143 | 101 | 110 | 523 | 141 | 16 |
| Binary | 1000111 | 1 | 11001 | 0 | 1100011 | 1000001 | 1001000 | 101010011 | 1100001 | 1110 |
Color Harmonies of #470119
Complementary color
Monochromatic Colors of #470119
Black with #470119
Text Example
Text Example
White with #470119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470119; }
p { color: rgb(71,1,25); }
H1.HeaderClassName
{
color: #470119;
}
.AnyTagClassName
{
color: #470119;
}
</style>
background-color css
<style>
a { background-color: #470119; }
a { background-color: rgb(71,1,25); }
div.DivClassName
{
background-color: #470119;
}
.BgClassName
{
background-color: #470119;
}
</style>
border-color css
<style>
span { border-color: #470119; }
span { border-color: rgb(71,1,25); }
td.TdClassName
{
border-color: #470119;
}
.TagClassName
{
border-color: #470119;
}
</style>