Shades of Scarlet Gum #47095C
Tints of Scarlet Gum #47095C
RGB
CMYK
RGB Variations
Color information
#47095C (or 0x47095C) is known color: Scarlet Gum. HEX triplet: 47, 09 and 5C. RGB value is (71,9,92). Sum of RGB (Red+Green+Blue) = 71+9+92=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #47095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47095C is #B8F6A3. Grayscale: #242424. Windows color (decimal): -12121764 or 6031687. OLE color: 6031687.
HSL color Cylindrical-coordinate representation of color #47095C: hue angle of 284.82º 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 #47095C is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 9 | 92 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.64 |
| HSL | 284.82º | 0.82% | 0.2% | - |
| HSV(B) | 284.82º | 0.9% | 0.36% | - |
| XYZ | 4.63 | 2.31 | 10.33 | - |
| YUV | 37 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 9 | 92 | 0.23 | 0.90 | 0 | 0.64 | 284.82 | 0.82 | 0.2 |
| Hex | 47 | 9 | 5C | 17 | 5A | 0 | 40 | 11D | 52 | 14 |
| Octal | 107 | 11 | 134 | 27 | 132 | 0 | 100 | 435 | 122 | 24 |
| Binary | 1000111 | 1001 | 1011100 | 10111 | 1011010 | 0 | 1000000 | 100011101 | 1010010 | 10100 |
Color Harmonies of #47095C
Complementary color
Monochromatic Colors of #47095C
Black with #47095C
Text Example
Text Example
White with #47095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47095C; }
p { color: rgb(71,9,92); }
H1.HeaderClassName
{
color: #47095C;
}
.AnyTagClassName
{
color: #47095C;
}
</style>
background-color css
<style>
a { background-color: #47095C; }
a { background-color: rgb(71,9,92); }
div.DivClassName
{
background-color: #47095C;
}
.BgClassName
{
background-color: #47095C;
}
</style>
border-color css
<style>
span { border-color: #47095C; }
span { border-color: rgb(71,9,92); }
td.TdClassName
{
border-color: #47095C;
}
.TagClassName
{
border-color: #47095C;
}
</style>