Shades of Scarlet Gum #472A52
Tints of Scarlet Gum #472A52
RGB
CMYK
RGB Variations
Color information
#472A52 (or 0x472A52) is known color: Scarlet Gum. HEX triplet: 47, 2A and 52. RGB value is (71,42,82). Sum of RGB (Red+Green+Blue) = 71+42+82=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #472A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A52 is #B8D5AD. Grayscale: #373737. Windows color (decimal): -12113326 or 5384775. OLE color: 5384775.
HSL color Cylindrical-coordinate representation of color #472A52: hue angle of 283.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472A52 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 42 | 82 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.68 |
| HSL | 283.5º | 0.32% | 0.24% | - |
| HSV(B) | 283.5º | 0.49% | 0.32% | - |
| XYZ | 4.95 | 3.6 | 8.42 | - |
| YUV | 55.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 82 | 0.13 | 0.49 | 0 | 0.68 | 283.5 | 0.32 | 0.24 |
| Hex | 47 | 2A | 52 | D | 31 | 0 | 44 | 11C | 20 | 18 |
| Octal | 107 | 52 | 122 | 15 | 61 | 0 | 104 | 434 | 40 | 30 |
| Binary | 1000111 | 101010 | 1010010 | 1101 | 110001 | 0 | 1000100 | 100011100 | 100000 | 11000 |
Color Harmonies of #472A52
Complementary color
Monochromatic Colors of #472A52
Black with #472A52
Text Example
Text Example
White with #472A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A52; }
p { color: rgb(71,42,82); }
H1.HeaderClassName
{
color: #472A52;
}
.AnyTagClassName
{
color: #472A52;
}
</style>
background-color css
<style>
a { background-color: #472A52; }
a { background-color: rgb(71,42,82); }
div.DivClassName
{
background-color: #472A52;
}
.BgClassName
{
background-color: #472A52;
}
</style>
border-color css
<style>
span { border-color: #472A52; }
span { border-color: rgb(71,42,82); }
td.TdClassName
{
border-color: #472A52;
}
.TagClassName
{
border-color: #472A52;
}
</style>