Shades of Scarlet Gum #47155E
Tints of Scarlet Gum #47155E
RGB
CMYK
RGB Variations
Color information
#47155E (or 0x47155E) is known color: Scarlet Gum. HEX triplet: 47, 15 and 5E. RGB value is (71,21,94). Sum of RGB (Red+Green+Blue) = 71+21+94=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #47155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155E is #B8EAA1. Grayscale: #2C2C2C. Windows color (decimal): -12118690 or 6165831. OLE color: 6165831.
HSL color Cylindrical-coordinate representation of color #47155E: hue angle of 281.1º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47155E is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 21 | 94 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.63 |
| HSL | 281.1º | 0.63% | 0.23% | - |
| HSV(B) | 281.1º | 0.78% | 0.37% | - |
| XYZ | 4.89 | 2.68 | 10.85 | - |
| YUV | 44.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 94 | 0.24 | 0.78 | 0 | 0.63 | 281.1 | 0.63 | 0.23 |
| Hex | 47 | 15 | 5E | 18 | 4E | 0 | 3F | 119 | 3F | 17 |
| Octal | 107 | 25 | 136 | 30 | 116 | 0 | 77 | 431 | 77 | 27 |
| Binary | 1000111 | 10101 | 1011110 | 11000 | 1001110 | 0 | 111111 | 100011001 | 111111 | 10111 |
Color Harmonies of #47155E
Complementary color
Monochromatic Colors of #47155E
Black with #47155E
Text Example
Text Example
White with #47155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47155E; }
p { color: rgb(71,21,94); }
H1.HeaderClassName
{
color: #47155E;
}
.AnyTagClassName
{
color: #47155E;
}
</style>
background-color css
<style>
a { background-color: #47155E; }
a { background-color: rgb(71,21,94); }
div.DivClassName
{
background-color: #47155E;
}
.BgClassName
{
background-color: #47155E;
}
</style>
border-color css
<style>
span { border-color: #47155E; }
span { border-color: rgb(71,21,94); }
td.TdClassName
{
border-color: #47155E;
}
.TagClassName
{
border-color: #47155E;
}
</style>