Shades of Scarlet Gum #47325D
Tints of Scarlet Gum #47325D
RGB
CMYK
RGB Variations
Color information
#47325D (or 0x47325D) is known color: Scarlet Gum. HEX triplet: 47, 32 and 5D. RGB value is (71,50,93). Sum of RGB (Red+Green+Blue) = 71+50+93=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #47325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47325D is #B8CDA2. Grayscale: #3D3D3D. Windows color (decimal): -12111267 or 6107719. OLE color: 6107719.
HSL color Cylindrical-coordinate representation of color #47325D: hue angle of 269.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #47325D is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 50 | 93 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.64 |
| HSL | 269.3º | 0.3% | 0.28% | - |
| HSV(B) | 269.3º | 0.46% | 0.36% | - |
| XYZ | 5.71 | 4.41 | 10.91 | - |
| YUV | 61.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 93 | 0.24 | 0.46 | 0 | 0.64 | 269.3 | 0.3 | 0.28 |
| Hex | 47 | 32 | 5D | 18 | 2E | 0 | 40 | 10D | 1E | 1C |
| Octal | 107 | 62 | 135 | 30 | 56 | 0 | 100 | 415 | 36 | 34 |
| Binary | 1000111 | 110010 | 1011101 | 11000 | 101110 | 0 | 1000000 | 100001101 | 11110 | 11100 |
Color Harmonies of #47325D
Complementary color
Monochromatic Colors of #47325D
Black with #47325D
Text Example
Text Example
White with #47325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47325D; }
p { color: rgb(71,50,93); }
H1.HeaderClassName
{
color: #47325D;
}
.AnyTagClassName
{
color: #47325D;
}
</style>
background-color css
<style>
a { background-color: #47325D; }
a { background-color: rgb(71,50,93); }
div.DivClassName
{
background-color: #47325D;
}
.BgClassName
{
background-color: #47325D;
}
</style>
border-color css
<style>
span { border-color: #47325D; }
span { border-color: rgb(71,50,93); }
td.TdClassName
{
border-color: #47325D;
}
.TagClassName
{
border-color: #47325D;
}
</style>