Shades of Scarlet Gum #542D66
Tints of Scarlet Gum #542D66
RGB
CMYK
RGB Variations
Color information
#542D66 (or 0x542D66) is known color: Scarlet Gum. HEX triplet: 54, 2D and 66. RGB value is (84,45,102). Sum of RGB (Red+Green+Blue) = 84+45+102=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #542D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542D66 is #ABD299. Grayscale: #3E3E3E. Windows color (decimal): -11260570 or 6696276. OLE color: 6696276.
HSL color Cylindrical-coordinate representation of color #542D66: hue angle of 281.05º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542D66 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 45 | 102 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.6 |
| HSL | 281.05º | 0.39% | 0.29% | - |
| HSV(B) | 281.05º | 0.56% | 0.4% | - |
| XYZ | 6.99 | 4.72 | 13.11 | - |
| YUV | 63.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 102 | 0.18 | 0.56 | 0 | 0.6 | 281.05 | 0.39 | 0.29 |
| Hex | 54 | 2D | 66 | 12 | 38 | 0 | 3C | 119 | 27 | 1D |
| Octal | 124 | 55 | 146 | 22 | 70 | 0 | 74 | 431 | 47 | 35 |
| Binary | 1010100 | 101101 | 1100110 | 10010 | 111000 | 0 | 111100 | 100011001 | 100111 | 11101 |
Color Harmonies of #542D66
Complementary color
Monochromatic Colors of #542D66
Black with #542D66
Text Example
Text Example
White with #542D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542D66; }
p { color: rgb(84,45,102); }
H1.HeaderClassName
{
color: #542D66;
}
.AnyTagClassName
{
color: #542D66;
}
</style>
background-color css
<style>
a { background-color: #542D66; }
a { background-color: rgb(84,45,102); }
div.DivClassName
{
background-color: #542D66;
}
.BgClassName
{
background-color: #542D66;
}
</style>
border-color css
<style>
span { border-color: #542D66; }
span { border-color: rgb(84,45,102); }
td.TdClassName
{
border-color: #542D66;
}
.TagClassName
{
border-color: #542D66;
}
</style>