Shades of Scarlet Gum #47195F
Tints of Scarlet Gum #47195F
RGB
CMYK
RGB Variations
Color information
#47195F (or 0x47195F) is known color: Scarlet Gum. HEX triplet: 47, 19 and 5F. RGB value is (71,25,95). Sum of RGB (Red+Green+Blue) = 71+25+95=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #47195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47195F is #B8E6A0. Grayscale: #2E2E2E. Windows color (decimal): -12117665 or 6232391. OLE color: 6232391.
HSL color Cylindrical-coordinate representation of color #47195F: hue angle of 279.43º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47195F is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 25 | 95 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.63 |
| HSL | 279.43º | 0.58% | 0.24% | - |
| HSV(B) | 279.43º | 0.74% | 0.37% | - |
| XYZ | 5.01 | 2.86 | 11.11 | - |
| YUV | 46.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 95 | 0.25 | 0.74 | 0 | 0.63 | 279.43 | 0.58 | 0.24 |
| Hex | 47 | 19 | 5F | 19 | 4A | 0 | 3F | 117 | 3A | 18 |
| Octal | 107 | 31 | 137 | 31 | 112 | 0 | 77 | 427 | 72 | 30 |
| Binary | 1000111 | 11001 | 1011111 | 11001 | 1001010 | 0 | 111111 | 100010111 | 111010 | 11000 |
Color Harmonies of #47195F
Complementary color
Monochromatic Colors of #47195F
Black with #47195F
Text Example
Text Example
White with #47195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47195F; }
p { color: rgb(71,25,95); }
H1.HeaderClassName
{
color: #47195F;
}
.AnyTagClassName
{
color: #47195F;
}
</style>
background-color css
<style>
a { background-color: #47195F; }
a { background-color: rgb(71,25,95); }
div.DivClassName
{
background-color: #47195F;
}
.BgClassName
{
background-color: #47195F;
}
</style>
border-color css
<style>
span { border-color: #47195F; }
span { border-color: rgb(71,25,95); }
td.TdClassName
{
border-color: #47195F;
}
.TagClassName
{
border-color: #47195F;
}
</style>