Shades of Scarlet Gum #472164
Tints of Scarlet Gum #472164
RGB
CMYK
RGB Variations
Color information
#472164 (or 0x472164) is known color: Scarlet Gum. HEX triplet: 47, 21 and 64. RGB value is (71,33,100). Sum of RGB (Red+Green+Blue) = 71+33+100=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #472164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472164 is #B8DE9B. Grayscale: #333333. Windows color (decimal): -12115612 or 6562119. OLE color: 6562119.
HSL color Cylindrical-coordinate representation of color #472164: hue angle of 274.03º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472164 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 33 | 100 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.61 |
| HSL | 274.03º | 0.5% | 0.26% | - |
| HSV(B) | 274.03º | 0.67% | 0.39% | - |
| XYZ | 5.44 | 3.35 | 12.42 | - |
| YUV | 52 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 100 | 0.29 | 0.67 | 0 | 0.61 | 274.03 | 0.5 | 0.26 |
| Hex | 47 | 21 | 64 | 1D | 43 | 0 | 3D | 112 | 32 | 1A |
| Octal | 107 | 41 | 144 | 35 | 103 | 0 | 75 | 422 | 62 | 32 |
| Binary | 1000111 | 100001 | 1100100 | 11101 | 1000011 | 0 | 111101 | 100010010 | 110010 | 11010 |
Color Harmonies of #472164
Complementary color
Monochromatic Colors of #472164
Black with #472164
Text Example
Text Example
White with #472164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472164; }
p { color: rgb(71,33,100); }
H1.HeaderClassName
{
color: #472164;
}
.AnyTagClassName
{
color: #472164;
}
</style>
background-color css
<style>
a { background-color: #472164; }
a { background-color: rgb(71,33,100); }
div.DivClassName
{
background-color: #472164;
}
.BgClassName
{
background-color: #472164;
}
</style>
border-color css
<style>
span { border-color: #472164; }
span { border-color: rgb(71,33,100); }
td.TdClassName
{
border-color: #472164;
}
.TagClassName
{
border-color: #472164;
}
</style>