Shades of Scarlet Gum #542B63
Tints of Scarlet Gum #542B63
RGB
CMYK
RGB Variations
Color information
#542B63 (or 0x542B63) is known color: Scarlet Gum. HEX triplet: 54, 2B and 63. RGB value is (84,43,99). Sum of RGB (Red+Green+Blue) = 84+43+99=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #542B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B63 is #ABD49C. Grayscale: #3D3D3D. Windows color (decimal): -11261085 or 6499156. OLE color: 6499156.
HSL color Cylindrical-coordinate representation of color #542B63: hue angle of 283.93º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #542B63 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 43 | 99 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.61 |
| HSL | 283.93º | 0.39% | 0.28% | - |
| HSV(B) | 283.93º | 0.57% | 0.39% | - |
| XYZ | 6.77 | 4.51 | 12.32 | - |
| YUV | 61.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 99 | 0.15 | 0.57 | 0 | 0.61 | 283.93 | 0.39 | 0.28 |
| Hex | 54 | 2B | 63 | F | 39 | 0 | 3D | 11C | 27 | 1C |
| Octal | 124 | 53 | 143 | 17 | 71 | 0 | 75 | 434 | 47 | 34 |
| Binary | 1010100 | 101011 | 1100011 | 1111 | 111001 | 0 | 111101 | 100011100 | 100111 | 11100 |
Color Harmonies of #542B63
Complementary color
Monochromatic Colors of #542B63
Black with #542B63
Text Example
Text Example
White with #542B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B63; }
p { color: rgb(84,43,99); }
H1.HeaderClassName
{
color: #542B63;
}
.AnyTagClassName
{
color: #542B63;
}
</style>
background-color css
<style>
a { background-color: #542B63; }
a { background-color: rgb(84,43,99); }
div.DivClassName
{
background-color: #542B63;
}
.BgClassName
{
background-color: #542B63;
}
</style>
border-color css
<style>
span { border-color: #542B63; }
span { border-color: rgb(84,43,99); }
td.TdClassName
{
border-color: #542B63;
}
.TagClassName
{
border-color: #542B63;
}
</style>