Shades of Bordeaux #470D18
Tints of Bordeaux #470D18
RGB
CMYK
RGB Variations
Color information
#470D18 (or 0x470D18) is known color: Bordeaux. HEX triplet: 47, 0D and 18. RGB value is (71,13,24). Sum of RGB (Red+Green+Blue) = 71+13+24=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D18 is #B8F2E7. Grayscale: #1F1F1F. Windows color (decimal): -12120808 or 1576263. OLE color: 1576263.
HSL color Cylindrical-coordinate representation of color #470D18: hue angle of 348.62º 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 #470D18 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 13 | 24 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.72 |
| HSL | 348.62º | 0.69% | 0.16% | - |
| HSV(B) | 348.62º | 0.82% | 0.28% | - |
| XYZ | 2.91 | 1.69 | 1.04 | - |
| YUV | 31.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 13 | 24 | 0 | 0.82 | 0.66 | 0.72 | 348.62 | 0.69 | 0.16 |
| Hex | 47 | D | 18 | 0 | 52 | 42 | 48 | 15D | 45 | 10 |
| Octal | 107 | 15 | 30 | 0 | 122 | 102 | 110 | 535 | 105 | 20 |
| Binary | 1000111 | 1101 | 11000 | 0 | 1010010 | 1000010 | 1001000 | 101011101 | 1000101 | 10000 |
Color Harmonies of #470D18
Complementary color
Monochromatic Colors of #470D18
Black with #470D18
Text Example
Text Example
White with #470D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470D18; }
p { color: rgb(71,13,24); }
H1.HeaderClassName
{
color: #470D18;
}
.AnyTagClassName
{
color: #470D18;
}
</style>
background-color css
<style>
a { background-color: #470D18; }
a { background-color: rgb(71,13,24); }
div.DivClassName
{
background-color: #470D18;
}
.BgClassName
{
background-color: #470D18;
}
</style>
border-color css
<style>
span { border-color: #470D18; }
span { border-color: rgb(71,13,24); }
td.TdClassName
{
border-color: #470D18;
}
.TagClassName
{
border-color: #470D18;
}
</style>