Shades of Scarlet Gum #47285A
Tints of Scarlet Gum #47285A
RGB
CMYK
RGB Variations
Color information
#47285A (or 0x47285A) is known color: Scarlet Gum. HEX triplet: 47, 28 and 5A. RGB value is (71,40,90). Sum of RGB (Red+Green+Blue) = 71+40+90=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #47285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47285A is #B8D7A5. Grayscale: #363636. Windows color (decimal): -12113830 or 5908551. OLE color: 5908551.
HSL color Cylindrical-coordinate representation of color #47285A: hue angle of 277.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47285A is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 40 | 90 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.65 |
| HSL | 277.2º | 0.38% | 0.25% | - |
| HSV(B) | 277.2º | 0.56% | 0.35% | - |
| XYZ | 5.2 | 3.6 | 10.09 | - |
| YUV | 54.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 90 | 0.21 | 0.56 | 0 | 0.65 | 277.2 | 0.38 | 0.25 |
| Hex | 47 | 28 | 5A | 15 | 38 | 0 | 41 | 115 | 26 | 19 |
| Octal | 107 | 50 | 132 | 25 | 70 | 0 | 101 | 425 | 46 | 31 |
| Binary | 1000111 | 101000 | 1011010 | 10101 | 111000 | 0 | 1000001 | 100010101 | 100110 | 11001 |
Color Harmonies of #47285A
Complementary color
Monochromatic Colors of #47285A
Black with #47285A
Text Example
Text Example
White with #47285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47285A; }
p { color: rgb(71,40,90); }
H1.HeaderClassName
{
color: #47285A;
}
.AnyTagClassName
{
color: #47285A;
}
</style>
background-color css
<style>
a { background-color: #47285A; }
a { background-color: rgb(71,40,90); }
div.DivClassName
{
background-color: #47285A;
}
.BgClassName
{
background-color: #47285A;
}
</style>
border-color css
<style>
span { border-color: #47285A; }
span { border-color: rgb(71,40,90); }
td.TdClassName
{
border-color: #47285A;
}
.TagClassName
{
border-color: #47285A;
}
</style>