Shades of Scarlet Gum #47245A
Tints of Scarlet Gum #47245A
RGB
CMYK
RGB Variations
Color information
#47245A (or 0x47245A) is known color: Scarlet Gum. HEX triplet: 47, 24 and 5A. RGB value is (71,36,90). Sum of RGB (Red+Green+Blue) = 71+36+90=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #47245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47245A is #B8DBA5. Grayscale: #343434. Windows color (decimal): -12114854 or 5907527. OLE color: 5907527.
HSL color Cylindrical-coordinate representation of color #47245A: hue angle of 278.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47245A is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 36 | 90 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.65 |
| HSL | 278.89º | 0.43% | 0.25% | - |
| HSV(B) | 278.89º | 0.6% | 0.35% | - |
| XYZ | 5.07 | 3.34 | 10.05 | - |
| YUV | 52.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 90 | 0.21 | 0.60 | 0 | 0.65 | 278.89 | 0.43 | 0.25 |
| Hex | 47 | 24 | 5A | 15 | 3C | 0 | 41 | 117 | 2B | 19 |
| Octal | 107 | 44 | 132 | 25 | 74 | 0 | 101 | 427 | 53 | 31 |
| Binary | 1000111 | 100100 | 1011010 | 10101 | 111100 | 0 | 1000001 | 100010111 | 101011 | 11001 |
Color Harmonies of #47245A
Complementary color
Monochromatic Colors of #47245A
Black with #47245A
Text Example
Text Example
White with #47245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47245A; }
p { color: rgb(71,36,90); }
H1.HeaderClassName
{
color: #47245A;
}
.AnyTagClassName
{
color: #47245A;
}
</style>
background-color css
<style>
a { background-color: #47245A; }
a { background-color: rgb(71,36,90); }
div.DivClassName
{
background-color: #47245A;
}
.BgClassName
{
background-color: #47245A;
}
</style>
border-color css
<style>
span { border-color: #47245A; }
span { border-color: rgb(71,36,90); }
td.TdClassName
{
border-color: #47245A;
}
.TagClassName
{
border-color: #47245A;
}
</style>