Shades of Bordeaux #47151B
Tints of Bordeaux #47151B
RGB
CMYK
RGB Variations
Color information
#47151B (or 0x47151B) is known color: Bordeaux. HEX triplet: 47, 15 and 1B. RGB value is (71,21,27). Sum of RGB (Red+Green+Blue) = 71+21+27=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151B is #B8EAE4. Grayscale: #242424. Windows color (decimal): -12118757 or 1774919. OLE color: 1774919.
HSL color Cylindrical-coordinate representation of color #47151B: hue angle of 352.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47151B is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 21 | 27 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.72 |
| HSL | 352.8º | 0.54% | 0.18% | - |
| HSV(B) | 352.8º | 0.7% | 0.28% | - |
| XYZ | 3.06 | 1.96 | 1.25 | - |
| YUV | 36.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 27 | 0 | 0.70 | 0.62 | 0.72 | 352.8 | 0.54 | 0.18 |
| Hex | 47 | 15 | 1B | 0 | 46 | 3E | 48 | 161 | 36 | 12 |
| Octal | 107 | 25 | 33 | 0 | 106 | 76 | 110 | 541 | 66 | 22 |
| Binary | 1000111 | 10101 | 11011 | 0 | 1000110 | 111110 | 1001000 | 101100001 | 110110 | 10010 |
Color Harmonies of #47151B
Complementary color
Monochromatic Colors of #47151B
Black with #47151B
Text Example
Text Example
White with #47151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47151B; }
p { color: rgb(71,21,27); }
H1.HeaderClassName
{
color: #47151B;
}
.AnyTagClassName
{
color: #47151B;
}
</style>
background-color css
<style>
a { background-color: #47151B; }
a { background-color: rgb(71,21,27); }
div.DivClassName
{
background-color: #47151B;
}
.BgClassName
{
background-color: #47151B;
}
</style>
border-color css
<style>
span { border-color: #47151B; }
span { border-color: rgb(71,21,27); }
td.TdClassName
{
border-color: #47151B;
}
.TagClassName
{
border-color: #47151B;
}
</style>