Shades of Bordeaux #470B1A
Tints of Bordeaux #470B1A
RGB
CMYK
RGB Variations
Color information
#470B1A (or 0x470B1A) is known color: Bordeaux. HEX triplet: 47, 0B and 1A. RGB value is (71,11,26). Sum of RGB (Red+Green+Blue) = 71+11+26=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B1A is #B8F4E5. Grayscale: #1E1E1E. Windows color (decimal): -12121318 or 1706823. OLE color: 1706823.
HSL color Cylindrical-coordinate representation of color #470B1A: hue angle of 345º 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 #470B1A is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 11 | 26 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.72 |
| HSL | 345º | 0.73% | 0.16% | - |
| HSV(B) | 345º | 0.85% | 0.28% | - |
| XYZ | 2.9 | 1.65 | 1.14 | - |
| YUV | 30.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 11 | 26 | 0 | 0.85 | 0.63 | 0.72 | 345 | 0.73 | 0.16 |
| Hex | 47 | B | 1A | 0 | 55 | 3F | 48 | 159 | 49 | 10 |
| Octal | 107 | 13 | 32 | 0 | 125 | 77 | 110 | 531 | 111 | 20 |
| Binary | 1000111 | 1011 | 11010 | 0 | 1010101 | 111111 | 1001000 | 101011001 | 1001001 | 10000 |
Color Harmonies of #470B1A
Complementary color
Monochromatic Colors of #470B1A
Black with #470B1A
Text Example
Text Example
White with #470B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470B1A; }
p { color: rgb(71,11,26); }
H1.HeaderClassName
{
color: #470B1A;
}
.AnyTagClassName
{
color: #470B1A;
}
</style>
background-color css
<style>
a { background-color: #470B1A; }
a { background-color: rgb(71,11,26); }
div.DivClassName
{
background-color: #470B1A;
}
.BgClassName
{
background-color: #470B1A;
}
</style>
border-color css
<style>
span { border-color: #470B1A; }
span { border-color: rgb(71,11,26); }
td.TdClassName
{
border-color: #470B1A;
}
.TagClassName
{
border-color: #470B1A;
}
</style>