Shades of Scarlet Gum #47324F
Tints of Scarlet Gum #47324F
RGB
CMYK
RGB Variations
Color information
#47324F (or 0x47324F) is known color: Scarlet Gum. HEX triplet: 47, 32 and 4F. RGB value is (71,50,79). Sum of RGB (Red+Green+Blue) = 71+50+79=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #47324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47324F is #B8CDB0. Grayscale: #3B3B3B. Windows color (decimal): -12111281 or 5190215. OLE color: 5190215.
HSL color Cylindrical-coordinate representation of color #47324F: hue angle of 283.45º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47324F is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 50 | 79 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.69 |
| HSL | 283.45º | 0.22% | 0.25% | - |
| HSV(B) | 283.45º | 0.37% | 0.31% | - |
| XYZ | 5.15 | 4.19 | 7.93 | - |
| YUV | 59.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 79 | 0.10 | 0.37 | 0 | 0.69 | 283.45 | 0.22 | 0.25 |
| Hex | 47 | 32 | 4F | A | 25 | 0 | 45 | 11B | 16 | 19 |
| Octal | 107 | 62 | 117 | 12 | 45 | 0 | 105 | 433 | 26 | 31 |
| Binary | 1000111 | 110010 | 1001111 | 1010 | 100101 | 0 | 1000101 | 100011011 | 10110 | 11001 |
Color Harmonies of #47324F
Complementary color
Monochromatic Colors of #47324F
Black with #47324F
Text Example
Text Example
White with #47324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47324F; }
p { color: rgb(71,50,79); }
H1.HeaderClassName
{
color: #47324F;
}
.AnyTagClassName
{
color: #47324F;
}
</style>
background-color css
<style>
a { background-color: #47324F; }
a { background-color: rgb(71,50,79); }
div.DivClassName
{
background-color: #47324F;
}
.BgClassName
{
background-color: #47324F;
}
</style>
border-color css
<style>
span { border-color: #47324F; }
span { border-color: rgb(71,50,79); }
td.TdClassName
{
border-color: #47324F;
}
.TagClassName
{
border-color: #47324F;
}
</style>