Shades of Scarlet Gum #542B66
Tints of Scarlet Gum #542B66
RGB
CMYK
RGB Variations
Color information
#542B66 (or 0x542B66) is known color: Scarlet Gum. HEX triplet: 54, 2B and 66. RGB value is (84,43,102). Sum of RGB (Red+Green+Blue) = 84+43+102=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #542B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B66 is #ABD499. Grayscale: #3D3D3D. Windows color (decimal): -11261082 or 6695764. OLE color: 6695764.
HSL color Cylindrical-coordinate representation of color #542B66: hue angle of 281.69º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #542B66 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 43 | 102 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.6 |
| HSL | 281.69º | 0.41% | 0.28% | - |
| HSV(B) | 281.69º | 0.58% | 0.4% | - |
| XYZ | 6.92 | 4.57 | 13.09 | - |
| YUV | 61.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 102 | 0.18 | 0.58 | 0 | 0.6 | 281.69 | 0.41 | 0.28 |
| Hex | 54 | 2B | 66 | 12 | 3A | 0 | 3C | 11A | 29 | 1C |
| Octal | 124 | 53 | 146 | 22 | 72 | 0 | 74 | 432 | 51 | 34 |
| Binary | 1010100 | 101011 | 1100110 | 10010 | 111010 | 0 | 111100 | 100011010 | 101001 | 11100 |
Color Harmonies of #542B66
Complementary color
Monochromatic Colors of #542B66
Black with #542B66
Text Example
Text Example
White with #542B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B66; }
p { color: rgb(84,43,102); }
H1.HeaderClassName
{
color: #542B66;
}
.AnyTagClassName
{
color: #542B66;
}
</style>
background-color css
<style>
a { background-color: #542B66; }
a { background-color: rgb(84,43,102); }
div.DivClassName
{
background-color: #542B66;
}
.BgClassName
{
background-color: #542B66;
}
</style>
border-color css
<style>
span { border-color: #542B66; }
span { border-color: rgb(84,43,102); }
td.TdClassName
{
border-color: #542B66;
}
.TagClassName
{
border-color: #542B66;
}
</style>