Shades of Scarlet Gum #472555
Tints of Scarlet Gum #472555
RGB
CMYK
RGB Variations
Color information
#472555 (or 0x472555) is known color: Scarlet Gum. HEX triplet: 47, 25 and 55. RGB value is (71,37,85). Sum of RGB (Red+Green+Blue) = 71+37+85=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #472555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472555 is #B8DAAA. Grayscale: #343434. Windows color (decimal): -12114603 or 5580103. OLE color: 5580103.
HSL color Cylindrical-coordinate representation of color #472555: hue angle of 282.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472555 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 37 | 85 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.67 |
| HSL | 282.5º | 0.39% | 0.24% | - |
| HSV(B) | 282.5º | 0.56% | 0.33% | - |
| XYZ | 4.9 | 3.32 | 8.98 | - |
| YUV | 52.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 85 | 0.16 | 0.56 | 0 | 0.67 | 282.5 | 0.39 | 0.24 |
| Hex | 47 | 25 | 55 | 10 | 38 | 0 | 43 | 11A | 27 | 18 |
| Octal | 107 | 45 | 125 | 20 | 70 | 0 | 103 | 432 | 47 | 30 |
| Binary | 1000111 | 100101 | 1010101 | 10000 | 111000 | 0 | 1000011 | 100011010 | 100111 | 11000 |
Color Harmonies of #472555
Complementary color
Monochromatic Colors of #472555
Black with #472555
Text Example
Text Example
White with #472555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472555; }
p { color: rgb(71,37,85); }
H1.HeaderClassName
{
color: #472555;
}
.AnyTagClassName
{
color: #472555;
}
</style>
background-color css
<style>
a { background-color: #472555; }
a { background-color: rgb(71,37,85); }
div.DivClassName
{
background-color: #472555;
}
.BgClassName
{
background-color: #472555;
}
</style>
border-color css
<style>
span { border-color: #472555; }
span { border-color: rgb(71,37,85); }
td.TdClassName
{
border-color: #472555;
}
.TagClassName
{
border-color: #472555;
}
</style>