Shades of Scarlet Gum #47125D
Tints of Scarlet Gum #47125D
RGB
CMYK
RGB Variations
Color information
#47125D (or 0x47125D) is known color: Scarlet Gum. HEX triplet: 47, 12 and 5D. RGB value is (71,18,93). Sum of RGB (Red+Green+Blue) = 71+18+93=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #47125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47125D is #B8EDA2. Grayscale: #2A2A2A. Windows color (decimal): -12119459 or 6099527. OLE color: 6099527.
HSL color Cylindrical-coordinate representation of color #47125D: hue angle of 282.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47125D is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 18 | 93 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.64 |
| HSL | 282.4º | 0.68% | 0.22% | - |
| HSV(B) | 282.4º | 0.81% | 0.36% | - |
| XYZ | 4.79 | 2.56 | 10.6 | - |
| YUV | 42.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 93 | 0.24 | 0.81 | 0 | 0.64 | 282.4 | 0.68 | 0.22 |
| Hex | 47 | 12 | 5D | 18 | 51 | 0 | 40 | 11A | 44 | 16 |
| Octal | 107 | 22 | 135 | 30 | 121 | 0 | 100 | 432 | 104 | 26 |
| Binary | 1000111 | 10010 | 1011101 | 11000 | 1010001 | 0 | 1000000 | 100011010 | 1000100 | 10110 |
Color Harmonies of #47125D
Complementary color
Monochromatic Colors of #47125D
Black with #47125D
Text Example
Text Example
White with #47125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47125D; }
p { color: rgb(71,18,93); }
H1.HeaderClassName
{
color: #47125D;
}
.AnyTagClassName
{
color: #47125D;
}
</style>
background-color css
<style>
a { background-color: #47125D; }
a { background-color: rgb(71,18,93); }
div.DivClassName
{
background-color: #47125D;
}
.BgClassName
{
background-color: #47125D;
}
</style>
border-color css
<style>
span { border-color: #47125D; }
span { border-color: rgb(71,18,93); }
td.TdClassName
{
border-color: #47125D;
}
.TagClassName
{
border-color: #47125D;
}
</style>