Shades of Scarlet Gum #472364
Tints of Scarlet Gum #472364
RGB
CMYK
RGB Variations
Color information
#472364 (or 0x472364) is known color: Scarlet Gum. HEX triplet: 47, 23 and 64. RGB value is (71,35,100). Sum of RGB (Red+Green+Blue) = 71+35+100=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 100 - color contains mainly: blue. Hex color #472364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472364 is #B8DC9B. Grayscale: #343434. Windows color (decimal): -12115100 or 6562631. OLE color: 6562631.
HSL color Cylindrical-coordinate representation of color #472364: hue angle of 273.23º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472364 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 35 | 100 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.61 |
| HSL | 273.23º | 0.48% | 0.26% | - |
| HSV(B) | 273.23º | 0.65% | 0.39% | - |
| XYZ | 5.5 | 3.46 | 12.43 | - |
| YUV | 53.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 100 | 0.29 | 0.65 | 0 | 0.61 | 273.23 | 0.48 | 0.26 |
| Hex | 47 | 23 | 64 | 1D | 41 | 0 | 3D | 111 | 30 | 1A |
| Octal | 107 | 43 | 144 | 35 | 101 | 0 | 75 | 421 | 60 | 32 |
| Binary | 1000111 | 100011 | 1100100 | 11101 | 1000001 | 0 | 111101 | 100010001 | 110000 | 11010 |
Color Harmonies of #472364
Complementary color
Monochromatic Colors of #472364
Black with #472364
Text Example
Text Example
White with #472364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472364; }
p { color: rgb(71,35,100); }
H1.HeaderClassName
{
color: #472364;
}
.AnyTagClassName
{
color: #472364;
}
</style>
background-color css
<style>
a { background-color: #472364; }
a { background-color: rgb(71,35,100); }
div.DivClassName
{
background-color: #472364;
}
.BgClassName
{
background-color: #472364;
}
</style>
border-color css
<style>
span { border-color: #472364; }
span { border-color: rgb(71,35,100); }
td.TdClassName
{
border-color: #472364;
}
.TagClassName
{
border-color: #472364;
}
</style>