Shades of Scarlet Gum #47315A
Tints of Scarlet Gum #47315A
RGB
CMYK
RGB Variations
Color information
#47315A (or 0x47315A) is known color: Scarlet Gum. HEX triplet: 47, 31 and 5A. RGB value is (71,49,90). Sum of RGB (Red+Green+Blue) = 71+49+90=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #47315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47315A is #B8CEA5. Grayscale: #3C3C3C. Windows color (decimal): -12111526 or 5910855. OLE color: 5910855.
HSL color Cylindrical-coordinate representation of color #47315A: hue angle of 272.2º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47315A is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 49 | 90 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.65 |
| HSL | 272.2º | 0.29% | 0.27% | - |
| HSV(B) | 272.2º | 0.46% | 0.35% | - |
| XYZ | 5.54 | 4.27 | 10.21 | - |
| YUV | 60.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 90 | 0.21 | 0.46 | 0 | 0.65 | 272.2 | 0.29 | 0.27 |
| Hex | 47 | 31 | 5A | 15 | 2E | 0 | 41 | 110 | 1D | 1B |
| Octal | 107 | 61 | 132 | 25 | 56 | 0 | 101 | 420 | 35 | 33 |
| Binary | 1000111 | 110001 | 1011010 | 10101 | 101110 | 0 | 1000001 | 100010000 | 11101 | 11011 |
Color Harmonies of #47315A
Complementary color
Monochromatic Colors of #47315A
Black with #47315A
Text Example
Text Example
White with #47315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47315A; }
p { color: rgb(71,49,90); }
H1.HeaderClassName
{
color: #47315A;
}
.AnyTagClassName
{
color: #47315A;
}
</style>
background-color css
<style>
a { background-color: #47315A; }
a { background-color: rgb(71,49,90); }
div.DivClassName
{
background-color: #47315A;
}
.BgClassName
{
background-color: #47315A;
}
</style>
border-color css
<style>
span { border-color: #47315A; }
span { border-color: rgb(71,49,90); }
td.TdClassName
{
border-color: #47315A;
}
.TagClassName
{
border-color: #47315A;
}
</style>