Shades of Scarlet Gum #54166D
Tints of Scarlet Gum #54166D
RGB
CMYK
RGB Variations
Color information
#54166D (or 0x54166D) is known color: Scarlet Gum. HEX triplet: 54, 16 and 6D. RGB value is (84,22,109). Sum of RGB (Red+Green+Blue) = 84+22+109=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #54166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54166D is #ABE992. Grayscale: #323232. Windows color (decimal): -11266451 or 7149140. OLE color: 7149140.
HSL color Cylindrical-coordinate representation of color #54166D: hue angle of 282.76º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54166D is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 22 | 109 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.57 |
| HSL | 282.76º | 0.66% | 0.26% | - |
| HSV(B) | 282.76º | 0.8% | 0.43% | - |
| XYZ | 6.7 | 3.56 | 14.8 | - |
| YUV | 50.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 22 | 109 | 0.23 | 0.80 | 0 | 0.57 | 282.76 | 0.66 | 0.26 |
| Hex | 54 | 16 | 6D | 17 | 50 | 0 | 39 | 11B | 42 | 1A |
| Octal | 124 | 26 | 155 | 27 | 120 | 0 | 71 | 433 | 102 | 32 |
| Binary | 1010100 | 10110 | 1101101 | 10111 | 1010000 | 0 | 111001 | 100011011 | 1000010 | 11010 |
Color Harmonies of #54166D
Complementary color
Monochromatic Colors of #54166D
Black with #54166D
Text Example
Text Example
White with #54166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54166D; }
p { color: rgb(84,22,109); }
H1.HeaderClassName
{
color: #54166D;
}
.AnyTagClassName
{
color: #54166D;
}
</style>
background-color css
<style>
a { background-color: #54166D; }
a { background-color: rgb(84,22,109); }
div.DivClassName
{
background-color: #54166D;
}
.BgClassName
{
background-color: #54166D;
}
</style>
border-color css
<style>
span { border-color: #54166D; }
span { border-color: rgb(84,22,109); }
td.TdClassName
{
border-color: #54166D;
}
.TagClassName
{
border-color: #54166D;
}
</style>