Shades of Scarlet Gum #47295A
Tints of Scarlet Gum #47295A
RGB
CMYK
RGB Variations
Color information
#47295A (or 0x47295A) is known color: Scarlet Gum. HEX triplet: 47, 29 and 5A. RGB value is (71,41,90). Sum of RGB (Red+Green+Blue) = 71+41+90=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #47295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47295A is #B8D6A5. Grayscale: #373737. Windows color (decimal): -12113574 or 5908807. OLE color: 5908807.
HSL color Cylindrical-coordinate representation of color #47295A: hue angle of 276.73º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47295A is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 41 | 90 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.65 |
| HSL | 276.73º | 0.37% | 0.26% | - |
| HSV(B) | 276.73º | 0.54% | 0.35% | - |
| XYZ | 5.24 | 3.66 | 10.1 | - |
| YUV | 55.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 90 | 0.21 | 0.54 | 0 | 0.65 | 276.73 | 0.37 | 0.26 |
| Hex | 47 | 29 | 5A | 15 | 36 | 0 | 41 | 115 | 25 | 1A |
| Octal | 107 | 51 | 132 | 25 | 66 | 0 | 101 | 425 | 45 | 32 |
| Binary | 1000111 | 101001 | 1011010 | 10101 | 110110 | 0 | 1000001 | 100010101 | 100101 | 11010 |
Color Harmonies of #47295A
Complementary color
Monochromatic Colors of #47295A
Black with #47295A
Text Example
Text Example
White with #47295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47295A; }
p { color: rgb(71,41,90); }
H1.HeaderClassName
{
color: #47295A;
}
.AnyTagClassName
{
color: #47295A;
}
</style>
background-color css
<style>
a { background-color: #47295A; }
a { background-color: rgb(71,41,90); }
div.DivClassName
{
background-color: #47295A;
}
.BgClassName
{
background-color: #47295A;
}
</style>
border-color css
<style>
span { border-color: #47295A; }
span { border-color: rgb(71,41,90); }
td.TdClassName
{
border-color: #47295A;
}
.TagClassName
{
border-color: #47295A;
}
</style>