Shades of Bordeaux #47131A
Tints of Bordeaux #47131A
RGB
CMYK
RGB Variations
Color information
#47131A (or 0x47131A) is known color: Bordeaux. HEX triplet: 47, 13 and 1A. RGB value is (71,19,26). Sum of RGB (Red+Green+Blue) = 71+19+26=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #47131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47131A is #B8ECE5. Grayscale: #232323. Windows color (decimal): -12119270 or 1708871. OLE color: 1708871.
HSL color Cylindrical-coordinate representation of color #47131A: hue angle of 351.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #47131A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 26 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.72 |
| HSL | 351.92º | 0.58% | 0.18% | - |
| HSV(B) | 351.92º | 0.73% | 0.28% | - |
| XYZ | 3.02 | 1.88 | 1.18 | - |
| YUV | 35.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 26 | 0 | 0.73 | 0.63 | 0.72 | 351.92 | 0.58 | 0.18 |
| Hex | 47 | 13 | 1A | 0 | 49 | 3F | 48 | 160 | 3A | 12 |
| Octal | 107 | 23 | 32 | 0 | 111 | 77 | 110 | 540 | 72 | 22 |
| Binary | 1000111 | 10011 | 11010 | 0 | 1001001 | 111111 | 1001000 | 101100000 | 111010 | 10010 |
Color Harmonies of #47131A
Complementary color
Monochromatic Colors of #47131A
Black with #47131A
Text Example
Text Example
White with #47131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47131A; }
p { color: rgb(71,19,26); }
H1.HeaderClassName
{
color: #47131A;
}
.AnyTagClassName
{
color: #47131A;
}
</style>
background-color css
<style>
a { background-color: #47131A; }
a { background-color: rgb(71,19,26); }
div.DivClassName
{
background-color: #47131A;
}
.BgClassName
{
background-color: #47131A;
}
</style>
border-color css
<style>
span { border-color: #47131A; }
span { border-color: rgb(71,19,26); }
td.TdClassName
{
border-color: #47131A;
}
.TagClassName
{
border-color: #47131A;
}
</style>