Shades of Scarlet Gum #541E63
Tints of Scarlet Gum #541E63
RGB
CMYK
RGB Variations
Color information
#541E63 (or 0x541E63) is known color: Scarlet Gum. HEX triplet: 54, 1E and 63. RGB value is (84,30,99). Sum of RGB (Red+Green+Blue) = 84+30+99=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #541E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E63 is #ABE19C. Grayscale: #353535. Windows color (decimal): -11264413 or 6495828. OLE color: 6495828.
HSL color Cylindrical-coordinate representation of color #541E63: hue angle of 286.96º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541E63 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 30 | 99 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.61 |
| HSL | 286.96º | 0.53% | 0.25% | - |
| HSV(B) | 286.96º | 0.7% | 0.39% | - |
| XYZ | 6.37 | 3.71 | 12.19 | - |
| YUV | 54.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 99 | 0.15 | 0.70 | 0 | 0.61 | 286.96 | 0.53 | 0.25 |
| Hex | 54 | 1E | 63 | F | 46 | 0 | 3D | 11F | 35 | 19 |
| Octal | 124 | 36 | 143 | 17 | 106 | 0 | 75 | 437 | 65 | 31 |
| Binary | 1010100 | 11110 | 1100011 | 1111 | 1000110 | 0 | 111101 | 100011111 | 110101 | 11001 |
Color Harmonies of #541E63
Complementary color
Monochromatic Colors of #541E63
Black with #541E63
Text Example
Text Example
White with #541E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E63; }
p { color: rgb(84,30,99); }
H1.HeaderClassName
{
color: #541E63;
}
.AnyTagClassName
{
color: #541E63;
}
</style>
background-color css
<style>
a { background-color: #541E63; }
a { background-color: rgb(84,30,99); }
div.DivClassName
{
background-color: #541E63;
}
.BgClassName
{
background-color: #541E63;
}
</style>
border-color css
<style>
span { border-color: #541E63; }
span { border-color: rgb(84,30,99); }
td.TdClassName
{
border-color: #541E63;
}
.TagClassName
{
border-color: #541E63;
}
</style>