Shades of Bordeaux #470D19
Tints of Bordeaux #470D19
RGB
CMYK
RGB Variations
Color information
#470D19 (or 0x470D19) is known color: Bordeaux. HEX triplet: 47, 0D and 19. RGB value is (71,13,25). Sum of RGB (Red+Green+Blue) = 71+13+25=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D19 is #B8F2E6. Grayscale: #1F1F1F. Windows color (decimal): -12120807 or 1641799. OLE color: 1641799.
HSL color Cylindrical-coordinate representation of color #470D19: hue angle of 347.59º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D19 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 25 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.72 |
| HSL | 347.59º | 0.69% | 0.16% | - |
| HSV(B) | 347.59º | 0.82% | 0.28% | - |
| XYZ | 2.92 | 1.7 | 1.09 | - |
| YUV | 31.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 25 | 0 | 0.82 | 0.65 | 0.72 | 347.59 | 0.69 | 0.16 |
| Hex | 47 | D | 19 | 0 | 52 | 41 | 48 | 15C | 45 | 10 |
| Octal | 107 | 15 | 31 | 0 | 122 | 101 | 110 | 534 | 105 | 20 |
| Binary | 1000111 | 1101 | 11001 | 0 | 1010010 | 1000001 | 1001000 | 101011100 | 1000101 | 10000 |
Color Harmonies of #470D19
Complementary color
Monochromatic Colors of #470D19
Black with #470D19
Text Example
Text Example
White with #470D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D19; }
p { color: rgb(71,13,25); }
H1.HeaderClassName
{
color: #470D19;
}
.AnyTagClassName
{
color: #470D19;
}
</style>
background-color css
<style>
a { background-color: #470D19; }
a { background-color: rgb(71,13,25); }
div.DivClassName
{
background-color: #470D19;
}
.BgClassName
{
background-color: #470D19;
}
</style>
border-color css
<style>
span { border-color: #470D19; }
span { border-color: rgb(71,13,25); }
td.TdClassName
{
border-color: #470D19;
}
.TagClassName
{
border-color: #470D19;
}
</style>