Shades of Scarlet Gum #47155B
Tints of Scarlet Gum #47155B
RGB
CMYK
RGB Variations
Color information
#47155B (or 0x47155B) is known color: Scarlet Gum. HEX triplet: 47, 15 and 5B. RGB value is (71,21,91). Sum of RGB (Red+Green+Blue) = 71+21+91=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #47155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155B is #B8EAA4. Grayscale: #2B2B2B. Windows color (decimal): -12118693 or 5969223. OLE color: 5969223.
HSL color Cylindrical-coordinate representation of color #47155B: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47155B is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 21 | 91 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.64 |
| HSL | 282.86º | 0.63% | 0.22% | - |
| HSV(B) | 282.86º | 0.77% | 0.36% | - |
| XYZ | 4.76 | 2.63 | 10.15 | - |
| YUV | 43.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 21 | 91 | 0.22 | 0.77 | 0 | 0.64 | 282.86 | 0.63 | 0.22 |
| Hex | 47 | 15 | 5B | 16 | 4D | 0 | 40 | 11B | 3E | 16 |
| Octal | 107 | 25 | 133 | 26 | 115 | 0 | 100 | 433 | 76 | 26 |
| Binary | 1000111 | 10101 | 1011011 | 10110 | 1001101 | 0 | 1000000 | 100011011 | 111110 | 10110 |
Color Harmonies of #47155B
Complementary color
Monochromatic Colors of #47155B
Black with #47155B
Text Example
Text Example
White with #47155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47155B; }
p { color: rgb(71,21,91); }
H1.HeaderClassName
{
color: #47155B;
}
.AnyTagClassName
{
color: #47155B;
}
</style>
background-color css
<style>
a { background-color: #47155B; }
a { background-color: rgb(71,21,91); }
div.DivClassName
{
background-color: #47155B;
}
.BgClassName
{
background-color: #47155B;
}
</style>
border-color css
<style>
span { border-color: #47155B; }
span { border-color: rgb(71,21,91); }
td.TdClassName
{
border-color: #47155B;
}
.TagClassName
{
border-color: #47155B;
}
</style>