Shades of Scarlet Gum #472B59
Tints of Scarlet Gum #472B59
RGB
CMYK
RGB Variations
Color information
#472B59 (or 0x472B59) is known color: Scarlet Gum. HEX triplet: 47, 2B and 59. RGB value is (71,43,89). Sum of RGB (Red+Green+Blue) = 71+43+89=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #472B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B59 is #B8D4A6. Grayscale: #383838. Windows color (decimal): -12113063 or 5843783. OLE color: 5843783.
HSL color Cylindrical-coordinate representation of color #472B59: hue angle of 276.52º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472B59 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 43 | 89 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.65 |
| HSL | 276.52º | 0.35% | 0.26% | - |
| HSV(B) | 276.52º | 0.52% | 0.35% | - |
| XYZ | 5.27 | 3.79 | 9.9 | - |
| YUV | 56.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 89 | 0.20 | 0.52 | 0 | 0.65 | 276.52 | 0.35 | 0.26 |
| Hex | 47 | 2B | 59 | 14 | 34 | 0 | 41 | 115 | 23 | 1A |
| Octal | 107 | 53 | 131 | 24 | 64 | 0 | 101 | 425 | 43 | 32 |
| Binary | 1000111 | 101011 | 1011001 | 10100 | 110100 | 0 | 1000001 | 100010101 | 100011 | 11010 |
Color Harmonies of #472B59
Complementary color
Monochromatic Colors of #472B59
Black with #472B59
Text Example
Text Example
White with #472B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B59; }
p { color: rgb(71,43,89); }
H1.HeaderClassName
{
color: #472B59;
}
.AnyTagClassName
{
color: #472B59;
}
</style>
background-color css
<style>
a { background-color: #472B59; }
a { background-color: rgb(71,43,89); }
div.DivClassName
{
background-color: #472B59;
}
.BgClassName
{
background-color: #472B59;
}
</style>
border-color css
<style>
span { border-color: #472B59; }
span { border-color: rgb(71,43,89); }
td.TdClassName
{
border-color: #472B59;
}
.TagClassName
{
border-color: #472B59;
}
</style>