Shades of Scarlet Gum #472E52
Tints of Scarlet Gum #472E52
RGB
CMYK
RGB Variations
Color information
#472E52 (or 0x472E52) is known color: Scarlet Gum. HEX triplet: 47, 2E and 52. RGB value is (71,46,82). Sum of RGB (Red+Green+Blue) = 71+46+82=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #472E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E52 is #B8D1AD. Grayscale: #393939. Windows color (decimal): -12112302 or 5385799. OLE color: 5385799.
HSL color Cylindrical-coordinate representation of color #472E52: hue angle of 281.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472E52 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 46 | 82 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.68 |
| HSL | 281.67º | 0.28% | 0.25% | - |
| HSV(B) | 281.67º | 0.44% | 0.32% | - |
| XYZ | 5.1 | 3.9 | 8.47 | - |
| YUV | 57.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 82 | 0.13 | 0.44 | 0 | 0.68 | 281.67 | 0.28 | 0.25 |
| Hex | 47 | 2E | 52 | D | 2C | 0 | 44 | 11A | 1C | 19 |
| Octal | 107 | 56 | 122 | 15 | 54 | 0 | 104 | 432 | 34 | 31 |
| Binary | 1000111 | 101110 | 1010010 | 1101 | 101100 | 0 | 1000100 | 100011010 | 11100 | 11001 |
Color Harmonies of #472E52
Complementary color
Monochromatic Colors of #472E52
Black with #472E52
Text Example
Text Example
White with #472E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E52; }
p { color: rgb(71,46,82); }
H1.HeaderClassName
{
color: #472E52;
}
.AnyTagClassName
{
color: #472E52;
}
</style>
background-color css
<style>
a { background-color: #472E52; }
a { background-color: rgb(71,46,82); }
div.DivClassName
{
background-color: #472E52;
}
.BgClassName
{
background-color: #472E52;
}
</style>
border-color css
<style>
span { border-color: #472E52; }
span { border-color: rgb(71,46,82); }
td.TdClassName
{
border-color: #472E52;
}
.TagClassName
{
border-color: #472E52;
}
</style>