Shades of Scarlet Gum #472A60
Tints of Scarlet Gum #472A60
RGB
CMYK
RGB Variations
Color information
#472A60 (or 0x472A60) is known color: Scarlet Gum. HEX triplet: 47, 2A and 60. RGB value is (71,42,96). Sum of RGB (Red+Green+Blue) = 71+42+96=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #472A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A60 is #B8D59F. Grayscale: #383838. Windows color (decimal): -12113312 or 6302279. OLE color: 6302279.
HSL color Cylindrical-coordinate representation of color #472A60: hue angle of 272.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472A60 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 42 | 96 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.62 |
| HSL | 272.22º | 0.39% | 0.27% | - |
| HSV(B) | 272.22º | 0.56% | 0.38% | - |
| XYZ | 5.54 | 3.84 | 11.52 | - |
| YUV | 56.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 96 | 0.26 | 0.56 | 0 | 0.62 | 272.22 | 0.39 | 0.27 |
| Hex | 47 | 2A | 60 | 1A | 38 | 0 | 3E | 110 | 27 | 1B |
| Octal | 107 | 52 | 140 | 32 | 70 | 0 | 76 | 420 | 47 | 33 |
| Binary | 1000111 | 101010 | 1100000 | 11010 | 111000 | 0 | 111110 | 100010000 | 100111 | 11011 |
Color Harmonies of #472A60
Complementary color
Monochromatic Colors of #472A60
Black with #472A60
Text Example
Text Example
White with #472A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A60; }
p { color: rgb(71,42,96); }
H1.HeaderClassName
{
color: #472A60;
}
.AnyTagClassName
{
color: #472A60;
}
</style>
background-color css
<style>
a { background-color: #472A60; }
a { background-color: rgb(71,42,96); }
div.DivClassName
{
background-color: #472A60;
}
.BgClassName
{
background-color: #472A60;
}
</style>
border-color css
<style>
span { border-color: #472A60; }
span { border-color: rgb(71,42,96); }
td.TdClassName
{
border-color: #472A60;
}
.TagClassName
{
border-color: #472A60;
}
</style>