Shades of Bordeaux #47181F
Tints of Bordeaux #47181F
RGB
CMYK
RGB Variations
Color information
#47181F (or 0x47181F) is known color: Bordeaux. HEX triplet: 47, 18 and 1F. RGB value is (71,24,31). Sum of RGB (Red+Green+Blue) = 71+24+31=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181F is #B8E7E0. Grayscale: #262626. Windows color (decimal): -12117985 or 2037831. OLE color: 2037831.
HSL color Cylindrical-coordinate representation of color #47181F: hue angle of 351.06º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47181F is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 24 | 31 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.72 |
| HSL | 351.06º | 0.49% | 0.19% | - |
| HSV(B) | 351.06º | 0.66% | 0.28% | - |
| XYZ | 3.17 | 2.09 | 1.53 | - |
| YUV | 38.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 31 | 0 | 0.66 | 0.56 | 0.72 | 351.06 | 0.49 | 0.19 |
| Hex | 47 | 18 | 1F | 0 | 42 | 38 | 48 | 15F | 31 | 13 |
| Octal | 107 | 30 | 37 | 0 | 102 | 70 | 110 | 537 | 61 | 23 |
| Binary | 1000111 | 11000 | 11111 | 0 | 1000010 | 111000 | 1001000 | 101011111 | 110001 | 10011 |
Color Harmonies of #47181F
Complementary color
Monochromatic Colors of #47181F
Black with #47181F
Text Example
Text Example
White with #47181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47181F; }
p { color: rgb(71,24,31); }
H1.HeaderClassName
{
color: #47181F;
}
.AnyTagClassName
{
color: #47181F;
}
</style>
background-color css
<style>
a { background-color: #47181F; }
a { background-color: rgb(71,24,31); }
div.DivClassName
{
background-color: #47181F;
}
.BgClassName
{
background-color: #47181F;
}
</style>
border-color css
<style>
span { border-color: #47181F; }
span { border-color: rgb(71,24,31); }
td.TdClassName
{
border-color: #47181F;
}
.TagClassName
{
border-color: #47181F;
}
</style>