Shades of Scarlet Gum #47135D
Tints of Scarlet Gum #47135D
RGB
CMYK
RGB Variations
Color information
#47135D (or 0x47135D) is known color: Scarlet Gum. HEX triplet: 47, 13 and 5D. RGB value is (71,19,93). Sum of RGB (Red+Green+Blue) = 71+19+93=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #47135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135D is #B8ECA2. Grayscale: #2A2A2A. Windows color (decimal): -12119203 or 6099783. OLE color: 6099783.
HSL color Cylindrical-coordinate representation of color #47135D: hue angle of 282.16º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47135D is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 19 | 93 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.64 |
| HSL | 282.16º | 0.66% | 0.22% | - |
| HSV(B) | 282.16º | 0.8% | 0.36% | - |
| XYZ | 4.81 | 2.6 | 10.6 | - |
| YUV | 42.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 93 | 0.24 | 0.80 | 0 | 0.64 | 282.16 | 0.66 | 0.22 |
| Hex | 47 | 13 | 5D | 18 | 50 | 0 | 40 | 11A | 42 | 16 |
| Octal | 107 | 23 | 135 | 30 | 120 | 0 | 100 | 432 | 102 | 26 |
| Binary | 1000111 | 10011 | 1011101 | 11000 | 1010000 | 0 | 1000000 | 100011010 | 1000010 | 10110 |
Color Harmonies of #47135D
Complementary color
Monochromatic Colors of #47135D
Black with #47135D
Text Example
Text Example
White with #47135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47135D; }
p { color: rgb(71,19,93); }
H1.HeaderClassName
{
color: #47135D;
}
.AnyTagClassName
{
color: #47135D;
}
</style>
background-color css
<style>
a { background-color: #47135D; }
a { background-color: rgb(71,19,93); }
div.DivClassName
{
background-color: #47135D;
}
.BgClassName
{
background-color: #47135D;
}
</style>
border-color css
<style>
span { border-color: #47135D; }
span { border-color: rgb(71,19,93); }
td.TdClassName
{
border-color: #47135D;
}
.TagClassName
{
border-color: #47135D;
}
</style>