Shades of Scarlet Gum #472C5A
Tints of Scarlet Gum #472C5A
RGB
CMYK
RGB Variations
Color information
#472C5A (or 0x472C5A) is known color: Scarlet Gum. HEX triplet: 47, 2C and 5A. RGB value is (71,44,90). Sum of RGB (Red+Green+Blue) = 71+44+90=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #472C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C5A is #B8D3A5. Grayscale: #393939. Windows color (decimal): -12112806 or 5909575. OLE color: 5909575.
HSL color Cylindrical-coordinate representation of color #472C5A: hue angle of 275.22º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472C5A is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 44 | 90 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.65 |
| HSL | 275.22º | 0.34% | 0.26% | - |
| HSV(B) | 275.22º | 0.51% | 0.35% | - |
| XYZ | 5.34 | 3.88 | 10.14 | - |
| YUV | 57.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 90 | 0.21 | 0.51 | 0 | 0.65 | 275.22 | 0.34 | 0.26 |
| Hex | 47 | 2C | 5A | 15 | 33 | 0 | 41 | 113 | 22 | 1A |
| Octal | 107 | 54 | 132 | 25 | 63 | 0 | 101 | 423 | 42 | 32 |
| Binary | 1000111 | 101100 | 1011010 | 10101 | 110011 | 0 | 1000001 | 100010011 | 100010 | 11010 |
Color Harmonies of #472C5A
Complementary color
Monochromatic Colors of #472C5A
Black with #472C5A
Text Example
Text Example
White with #472C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C5A; }
p { color: rgb(71,44,90); }
H1.HeaderClassName
{
color: #472C5A;
}
.AnyTagClassName
{
color: #472C5A;
}
</style>
background-color css
<style>
a { background-color: #472C5A; }
a { background-color: rgb(71,44,90); }
div.DivClassName
{
background-color: #472C5A;
}
.BgClassName
{
background-color: #472C5A;
}
</style>
border-color css
<style>
span { border-color: #472C5A; }
span { border-color: rgb(71,44,90); }
td.TdClassName
{
border-color: #472C5A;
}
.TagClassName
{
border-color: #472C5A;
}
</style>