Shades of Scarlet Gum #472D57
Tints of Scarlet Gum #472D57
RGB
CMYK
RGB Variations
Color information
#472D57 (or 0x472D57) is known color: Scarlet Gum. HEX triplet: 47, 2D and 57. RGB value is (71,45,87). Sum of RGB (Red+Green+Blue) = 71+45+87=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #472D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D57 is #B8D2A8. Grayscale: #393939. Windows color (decimal): -12112553 or 5713223. OLE color: 5713223.
HSL color Cylindrical-coordinate representation of color #472D57: hue angle of 277.14º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472D57 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 45 | 87 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.66 |
| HSL | 277.14º | 0.32% | 0.26% | - |
| HSV(B) | 277.14º | 0.48% | 0.34% | - |
| XYZ | 5.26 | 3.9 | 9.49 | - |
| YUV | 57.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 87 | 0.18 | 0.48 | 0 | 0.66 | 277.14 | 0.32 | 0.26 |
| Hex | 47 | 2D | 57 | 12 | 30 | 0 | 42 | 115 | 20 | 1A |
| Octal | 107 | 55 | 127 | 22 | 60 | 0 | 102 | 425 | 40 | 32 |
| Binary | 1000111 | 101101 | 1010111 | 10010 | 110000 | 0 | 1000010 | 100010101 | 100000 | 11010 |
Color Harmonies of #472D57
Complementary color
Monochromatic Colors of #472D57
Black with #472D57
Text Example
Text Example
White with #472D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D57; }
p { color: rgb(71,45,87); }
H1.HeaderClassName
{
color: #472D57;
}
.AnyTagClassName
{
color: #472D57;
}
</style>
background-color css
<style>
a { background-color: #472D57; }
a { background-color: rgb(71,45,87); }
div.DivClassName
{
background-color: #472D57;
}
.BgClassName
{
background-color: #472D57;
}
</style>
border-color css
<style>
span { border-color: #472D57; }
span { border-color: rgb(71,45,87); }
td.TdClassName
{
border-color: #472D57;
}
.TagClassName
{
border-color: #472D57;
}
</style>