Shades of Scarlet Gum #542968
Tints of Scarlet Gum #542968
RGB
CMYK
RGB Variations
Color information
#542968 (or 0x542968) is known color: Scarlet Gum. HEX triplet: 54, 29 and 68. RGB value is (84,41,104). Sum of RGB (Red+Green+Blue) = 84+41+104=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #542968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542968 is #ABD697. Grayscale: #3C3C3C. Windows color (decimal): -11261592 or 6826324. OLE color: 6826324.
HSL color Cylindrical-coordinate representation of color #542968: hue angle of 280.95º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542968 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 41 | 104 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.59 |
| HSL | 280.95º | 0.43% | 0.28% | - |
| HSV(B) | 280.95º | 0.61% | 0.41% | - |
| XYZ | 6.95 | 4.47 | 13.59 | - |
| YUV | 61.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 104 | 0.19 | 0.61 | 0 | 0.59 | 280.95 | 0.43 | 0.28 |
| Hex | 54 | 29 | 68 | 13 | 3D | 0 | 3B | 119 | 2B | 1C |
| Octal | 124 | 51 | 150 | 23 | 75 | 0 | 73 | 431 | 53 | 34 |
| Binary | 1010100 | 101001 | 1101000 | 10011 | 111101 | 0 | 111011 | 100011001 | 101011 | 11100 |
Color Harmonies of #542968
Complementary color
Monochromatic Colors of #542968
Black with #542968
Text Example
Text Example
White with #542968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542968; }
p { color: rgb(84,41,104); }
H1.HeaderClassName
{
color: #542968;
}
.AnyTagClassName
{
color: #542968;
}
</style>
background-color css
<style>
a { background-color: #542968; }
a { background-color: rgb(84,41,104); }
div.DivClassName
{
background-color: #542968;
}
.BgClassName
{
background-color: #542968;
}
</style>
border-color css
<style>
span { border-color: #542968; }
span { border-color: rgb(84,41,104); }
td.TdClassName
{
border-color: #542968;
}
.TagClassName
{
border-color: #542968;
}
</style>