Shades of Scarlet Gum #47225C
Tints of Scarlet Gum #47225C
RGB
CMYK
RGB Variations
Color information
#47225C (or 0x47225C) is known color: Scarlet Gum. HEX triplet: 47, 22 and 5C. RGB value is (71,34,92). Sum of RGB (Red+Green+Blue) = 71+34+92=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #47225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47225C is #B8DDA3. Grayscale: #333333. Windows color (decimal): -12115364 or 6038087. OLE color: 6038087.
HSL color Cylindrical-coordinate representation of color #47225C: hue angle of 278.28º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47225C is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 34 | 92 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.64 |
| HSL | 278.28º | 0.46% | 0.25% | - |
| HSV(B) | 278.28º | 0.63% | 0.36% | - |
| XYZ | 5.1 | 3.26 | 10.48 | - |
| YUV | 51.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 92 | 0.23 | 0.63 | 0 | 0.64 | 278.28 | 0.46 | 0.25 |
| Hex | 47 | 22 | 5C | 17 | 3F | 0 | 40 | 116 | 2E | 19 |
| Octal | 107 | 42 | 134 | 27 | 77 | 0 | 100 | 426 | 56 | 31 |
| Binary | 1000111 | 100010 | 1011100 | 10111 | 111111 | 0 | 1000000 | 100010110 | 101110 | 11001 |
Color Harmonies of #47225C
Complementary color
Monochromatic Colors of #47225C
Black with #47225C
Text Example
Text Example
White with #47225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47225C; }
p { color: rgb(71,34,92); }
H1.HeaderClassName
{
color: #47225C;
}
.AnyTagClassName
{
color: #47225C;
}
</style>
background-color css
<style>
a { background-color: #47225C; }
a { background-color: rgb(71,34,92); }
div.DivClassName
{
background-color: #47225C;
}
.BgClassName
{
background-color: #47225C;
}
</style>
border-color css
<style>
span { border-color: #47225C; }
span { border-color: rgb(71,34,92); }
td.TdClassName
{
border-color: #47225C;
}
.TagClassName
{
border-color: #47225C;
}
</style>