Shades of Scarlet Gum #472D59
Tints of Scarlet Gum #472D59
RGB
CMYK
RGB Variations
Color information
#472D59 (or 0x472D59) is known color: Scarlet Gum. HEX triplet: 47, 2D and 59. RGB value is (71,45,89). Sum of RGB (Red+Green+Blue) = 71+45+89=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #472D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D59 is #B8D2A6. Grayscale: #393939. Windows color (decimal): -12112551 or 5844295. OLE color: 5844295.
HSL color Cylindrical-coordinate representation of color #472D59: hue angle of 275.45º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472D59 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 45 | 89 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.65 |
| HSL | 275.45º | 0.33% | 0.26% | - |
| HSV(B) | 275.45º | 0.49% | 0.35% | - |
| XYZ | 5.34 | 3.94 | 9.93 | - |
| YUV | 57.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 89 | 0.20 | 0.49 | 0 | 0.65 | 275.45 | 0.33 | 0.26 |
| Hex | 47 | 2D | 59 | 14 | 31 | 0 | 41 | 113 | 21 | 1A |
| Octal | 107 | 55 | 131 | 24 | 61 | 0 | 101 | 423 | 41 | 32 |
| Binary | 1000111 | 101101 | 1011001 | 10100 | 110001 | 0 | 1000001 | 100010011 | 100001 | 11010 |
Color Harmonies of #472D59
Complementary color
Monochromatic Colors of #472D59
Black with #472D59
Text Example
Text Example
White with #472D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D59; }
p { color: rgb(71,45,89); }
H1.HeaderClassName
{
color: #472D59;
}
.AnyTagClassName
{
color: #472D59;
}
</style>
background-color css
<style>
a { background-color: #472D59; }
a { background-color: rgb(71,45,89); }
div.DivClassName
{
background-color: #472D59;
}
.BgClassName
{
background-color: #472D59;
}
</style>
border-color css
<style>
span { border-color: #472D59; }
span { border-color: rgb(71,45,89); }
td.TdClassName
{
border-color: #472D59;
}
.TagClassName
{
border-color: #472D59;
}
</style>