Shades of Scarlet Gum #472157
Tints of Scarlet Gum #472157
RGB
CMYK
RGB Variations
Color information
#472157 (or 0x472157) is known color: Scarlet Gum. HEX triplet: 47, 21 and 57. RGB value is (71,33,87). Sum of RGB (Red+Green+Blue) = 71+33+87=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #472157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472157 is #B8DEA8. Grayscale: #323232. Windows color (decimal): -12115625 or 5710151. OLE color: 5710151.
HSL color Cylindrical-coordinate representation of color #472157: hue angle of 282.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472157 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 33 | 87 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.66 |
| HSL | 282.22º | 0.45% | 0.24% | - |
| HSV(B) | 282.22º | 0.62% | 0.34% | - |
| XYZ | 4.86 | 3.12 | 9.36 | - |
| YUV | 50.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 87 | 0.18 | 0.62 | 0 | 0.66 | 282.22 | 0.45 | 0.24 |
| Hex | 47 | 21 | 57 | 12 | 3E | 0 | 42 | 11A | 2D | 18 |
| Octal | 107 | 41 | 127 | 22 | 76 | 0 | 102 | 432 | 55 | 30 |
| Binary | 1000111 | 100001 | 1010111 | 10010 | 111110 | 0 | 1000010 | 100011010 | 101101 | 11000 |
Color Harmonies of #472157
Complementary color
Monochromatic Colors of #472157
Black with #472157
Text Example
Text Example
White with #472157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472157; }
p { color: rgb(71,33,87); }
H1.HeaderClassName
{
color: #472157;
}
.AnyTagClassName
{
color: #472157;
}
</style>
background-color css
<style>
a { background-color: #472157; }
a { background-color: rgb(71,33,87); }
div.DivClassName
{
background-color: #472157;
}
.BgClassName
{
background-color: #472157;
}
</style>
border-color css
<style>
span { border-color: #472157; }
span { border-color: rgb(71,33,87); }
td.TdClassName
{
border-color: #472157;
}
.TagClassName
{
border-color: #472157;
}
</style>