Shades of Scarlet Gum #542F60
Tints of Scarlet Gum #542F60
RGB
CMYK
RGB Variations
Color information
#542F60 (or 0x542F60) is known color: Scarlet Gum. HEX triplet: 54, 2F and 60. RGB value is (84,47,96). Sum of RGB (Red+Green+Blue) = 84+47+96=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #542F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F60 is #ABD09F. Grayscale: #3F3F3F. Windows color (decimal): -11260064 or 6303572. OLE color: 6303572.
HSL color Cylindrical-coordinate representation of color #542F60: hue angle of 285.31º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542F60 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 47 | 96 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.62 |
| HSL | 285.31º | 0.34% | 0.28% | - |
| HSV(B) | 285.31º | 0.51% | 0.38% | - |
| XYZ | 6.78 | 4.76 | 11.63 | - |
| YUV | 63.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 96 | 0.12 | 0.51 | 0 | 0.62 | 285.31 | 0.34 | 0.28 |
| Hex | 54 | 2F | 60 | C | 33 | 0 | 3E | 11D | 22 | 1C |
| Octal | 124 | 57 | 140 | 14 | 63 | 0 | 76 | 435 | 42 | 34 |
| Binary | 1010100 | 101111 | 1100000 | 1100 | 110011 | 0 | 111110 | 100011101 | 100010 | 11100 |
Color Harmonies of #542F60
Complementary color
Monochromatic Colors of #542F60
Black with #542F60
Text Example
Text Example
White with #542F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F60; }
p { color: rgb(84,47,96); }
H1.HeaderClassName
{
color: #542F60;
}
.AnyTagClassName
{
color: #542F60;
}
</style>
background-color css
<style>
a { background-color: #542F60; }
a { background-color: rgb(84,47,96); }
div.DivClassName
{
background-color: #542F60;
}
.BgClassName
{
background-color: #542F60;
}
</style>
border-color css
<style>
span { border-color: #542F60; }
span { border-color: rgb(84,47,96); }
td.TdClassName
{
border-color: #542F60;
}
.TagClassName
{
border-color: #542F60;
}
</style>