Shades of Scarlet Gum #542A68
Tints of Scarlet Gum #542A68
RGB
CMYK
RGB Variations
Color information
#542A68 (or 0x542A68) is known color: Scarlet Gum. HEX triplet: 54, 2A and 68. RGB value is (84,42,104). Sum of RGB (Red+Green+Blue) = 84+42+104=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #542A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A68 is #ABD597. Grayscale: #3D3D3D. Windows color (decimal): -11261336 or 6826580. OLE color: 6826580.
HSL color Cylindrical-coordinate representation of color #542A68: hue angle of 280.65º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542A68 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 42 | 104 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.59 |
| HSL | 280.65º | 0.42% | 0.29% | - |
| HSV(B) | 280.65º | 0.6% | 0.41% | - |
| XYZ | 6.98 | 4.54 | 13.61 | - |
| YUV | 61.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 104 | 0.19 | 0.60 | 0 | 0.59 | 280.65 | 0.42 | 0.29 |
| Hex | 54 | 2A | 68 | 13 | 3C | 0 | 3B | 119 | 2A | 1D |
| Octal | 124 | 52 | 150 | 23 | 74 | 0 | 73 | 431 | 52 | 35 |
| Binary | 1010100 | 101010 | 1101000 | 10011 | 111100 | 0 | 111011 | 100011001 | 101010 | 11101 |
Color Harmonies of #542A68
Complementary color
Monochromatic Colors of #542A68
Black with #542A68
Text Example
Text Example
White with #542A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A68; }
p { color: rgb(84,42,104); }
H1.HeaderClassName
{
color: #542A68;
}
.AnyTagClassName
{
color: #542A68;
}
</style>
background-color css
<style>
a { background-color: #542A68; }
a { background-color: rgb(84,42,104); }
div.DivClassName
{
background-color: #542A68;
}
.BgClassName
{
background-color: #542A68;
}
</style>
border-color css
<style>
span { border-color: #542A68; }
span { border-color: rgb(84,42,104); }
td.TdClassName
{
border-color: #542A68;
}
.TagClassName
{
border-color: #542A68;
}
</style>