Shades of Scarlet Gum #472656
Tints of Scarlet Gum #472656
RGB
CMYK
RGB Variations
Color information
#472656 (or 0x472656) is known color: Scarlet Gum. HEX triplet: 47, 26 and 56. RGB value is (71,38,86). Sum of RGB (Red+Green+Blue) = 71+38+86=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #472656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472656 is #B8D9A9. Grayscale: #353535. Windows color (decimal): -12114346 or 5645895. OLE color: 5645895.
HSL color Cylindrical-coordinate representation of color #472656: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472656 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 38 | 86 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.66 |
| HSL | 281.25º | 0.39% | 0.24% | - |
| HSV(B) | 281.25º | 0.56% | 0.34% | - |
| XYZ | 4.97 | 3.4 | 9.2 | - |
| YUV | 53.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 38 | 86 | 0.17 | 0.56 | 0 | 0.66 | 281.25 | 0.39 | 0.24 |
| Hex | 47 | 26 | 56 | 11 | 38 | 0 | 42 | 119 | 27 | 18 |
| Octal | 107 | 46 | 126 | 21 | 70 | 0 | 102 | 431 | 47 | 30 |
| Binary | 1000111 | 100110 | 1010110 | 10001 | 111000 | 0 | 1000010 | 100011001 | 100111 | 11000 |
Color Harmonies of #472656
Complementary color
Monochromatic Colors of #472656
Black with #472656
Text Example
Text Example
White with #472656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472656; }
p { color: rgb(71,38,86); }
H1.HeaderClassName
{
color: #472656;
}
.AnyTagClassName
{
color: #472656;
}
</style>
background-color css
<style>
a { background-color: #472656; }
a { background-color: rgb(71,38,86); }
div.DivClassName
{
background-color: #472656;
}
.BgClassName
{
background-color: #472656;
}
</style>
border-color css
<style>
span { border-color: #472656; }
span { border-color: rgb(71,38,86); }
td.TdClassName
{
border-color: #472656;
}
.TagClassName
{
border-color: #472656;
}
</style>