Shades of Scarlet Gum #542863
Tints of Scarlet Gum #542863
RGB
CMYK
RGB Variations
Color information
#542863 (or 0x542863) is known color: Scarlet Gum. HEX triplet: 54, 28 and 63. RGB value is (84,40,99). Sum of RGB (Red+Green+Blue) = 84+40+99=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #542863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542863 is #ABD79C. Grayscale: #3B3B3B. Windows color (decimal): -11261853 or 6498388. OLE color: 6498388.
HSL color Cylindrical-coordinate representation of color #542863: hue angle of 284.75º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542863 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 40 | 99 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.61 |
| HSL | 284.75º | 0.42% | 0.27% | - |
| HSV(B) | 284.75º | 0.6% | 0.39% | - |
| XYZ | 6.67 | 4.3 | 12.28 | - |
| YUV | 59.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 99 | 0.15 | 0.60 | 0 | 0.61 | 284.75 | 0.42 | 0.27 |
| Hex | 54 | 28 | 63 | F | 3C | 0 | 3D | 11D | 2A | 1B |
| Octal | 124 | 50 | 143 | 17 | 74 | 0 | 75 | 435 | 52 | 33 |
| Binary | 1010100 | 101000 | 1100011 | 1111 | 111100 | 0 | 111101 | 100011101 | 101010 | 11011 |
Color Harmonies of #542863
Complementary color
Monochromatic Colors of #542863
Black with #542863
Text Example
Text Example
White with #542863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542863; }
p { color: rgb(84,40,99); }
H1.HeaderClassName
{
color: #542863;
}
.AnyTagClassName
{
color: #542863;
}
</style>
background-color css
<style>
a { background-color: #542863; }
a { background-color: rgb(84,40,99); }
div.DivClassName
{
background-color: #542863;
}
.BgClassName
{
background-color: #542863;
}
</style>
border-color css
<style>
span { border-color: #542863; }
span { border-color: rgb(84,40,99); }
td.TdClassName
{
border-color: #542863;
}
.TagClassName
{
border-color: #542863;
}
</style>