Shades of Scarlet Gum #47095D
Tints of Scarlet Gum #47095D
RGB
CMYK
RGB Variations
Color information
#47095D (or 0x47095D) is known color: Scarlet Gum. HEX triplet: 47, 09 and 5D. RGB value is (71,9,93). Sum of RGB (Red+Green+Blue) = 71+9+93=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #47095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47095D is #B8F6A2. Grayscale: #242424. Windows color (decimal): -12121763 or 6097223. OLE color: 6097223.
HSL color Cylindrical-coordinate representation of color #47095D: hue angle of 284.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47095D is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 9 | 93 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.64 |
| HSL | 284.29º | 0.82% | 0.2% | - |
| HSV(B) | 284.29º | 0.9% | 0.36% | - |
| XYZ | 4.67 | 2.33 | 10.56 | - |
| YUV | 37.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 93 | 0.24 | 0.90 | 0 | 0.64 | 284.29 | 0.82 | 0.2 |
| Hex | 47 | 9 | 5D | 18 | 5A | 0 | 40 | 11C | 52 | 14 |
| Octal | 107 | 11 | 135 | 30 | 132 | 0 | 100 | 434 | 122 | 24 |
| Binary | 1000111 | 1001 | 1011101 | 11000 | 1011010 | 0 | 1000000 | 100011100 | 1010010 | 10100 |
Color Harmonies of #47095D
Complementary color
Monochromatic Colors of #47095D
Black with #47095D
Text Example
Text Example
White with #47095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47095D; }
p { color: rgb(71,9,93); }
H1.HeaderClassName
{
color: #47095D;
}
.AnyTagClassName
{
color: #47095D;
}
</style>
background-color css
<style>
a { background-color: #47095D; }
a { background-color: rgb(71,9,93); }
div.DivClassName
{
background-color: #47095D;
}
.BgClassName
{
background-color: #47095D;
}
</style>
border-color css
<style>
span { border-color: #47095D; }
span { border-color: rgb(71,9,93); }
td.TdClassName
{
border-color: #47095D;
}
.TagClassName
{
border-color: #47095D;
}
</style>