Shades of Bordeaux #47191C
Tints of Bordeaux #47191C
RGB
CMYK
RGB Variations
Color information
#47191C (or 0x47191C) is known color: Bordeaux. HEX triplet: 47, 19 and 1C. RGB value is (71,25,28). Sum of RGB (Red+Green+Blue) = 71+25+28=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191C is #B8E6E3. Grayscale: #272727. Windows color (decimal): -12117732 or 1841479. OLE color: 1841479.
HSL color Cylindrical-coordinate representation of color #47191C: hue angle of 356.09º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 28 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.72 |
| HSL | 356.09º | 0.48% | 0.19% | - |
| HSV(B) | 356.09º | 0.65% | 0.28% | - |
| XYZ | 3.16 | 2.12 | 1.34 | - |
| YUV | 39.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 28 | 0 | 0.65 | 0.61 | 0.72 | 356.09 | 0.48 | 0.19 |
| Hex | 47 | 19 | 1C | 0 | 41 | 3D | 48 | 164 | 30 | 13 |
| Octal | 107 | 31 | 34 | 0 | 101 | 75 | 110 | 544 | 60 | 23 |
| Binary | 1000111 | 11001 | 11100 | 0 | 1000001 | 111101 | 1001000 | 101100100 | 110000 | 10011 |
Color Harmonies of #47191C
Complementary color
Monochromatic Colors of #47191C
Black with #47191C
Text Example
Text Example
White with #47191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47191C; }
p { color: rgb(71,25,28); }
H1.HeaderClassName
{
color: #47191C;
}
.AnyTagClassName
{
color: #47191C;
}
</style>
background-color css
<style>
a { background-color: #47191C; }
a { background-color: rgb(71,25,28); }
div.DivClassName
{
background-color: #47191C;
}
.BgClassName
{
background-color: #47191C;
}
</style>
border-color css
<style>
span { border-color: #47191C; }
span { border-color: rgb(71,25,28); }
td.TdClassName
{
border-color: #47191C;
}
.TagClassName
{
border-color: #47191C;
}
</style>