Shades of Scarlet Gum #540D64
Tints of Scarlet Gum #540D64
RGB
CMYK
RGB Variations
Color information
#540D64 (or 0x540D64) is known color: Scarlet Gum. HEX triplet: 54, 0D and 64. RGB value is (84,13,100). Sum of RGB (Red+Green+Blue) = 84+13+100=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #540D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D64 is #ABF29B. Grayscale: #2B2B2B. Windows color (decimal): -11268764 or 6557012. OLE color: 6557012.
HSL color Cylindrical-coordinate representation of color #540D64: hue angle of 288.97º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540D64 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 13 | 100 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.61 |
| HSL | 288.97º | 0.77% | 0.22% | - |
| HSV(B) | 288.97º | 0.87% | 0.39% | - |
| XYZ | 6.1 | 3.09 | 12.33 | - |
| YUV | 44.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 100 | 0.16 | 0.87 | 0 | 0.61 | 288.97 | 0.77 | 0.22 |
| Hex | 54 | D | 64 | 10 | 57 | 0 | 3D | 121 | 4D | 16 |
| Octal | 124 | 15 | 144 | 20 | 127 | 0 | 75 | 441 | 115 | 26 |
| Binary | 1010100 | 1101 | 1100100 | 10000 | 1010111 | 0 | 111101 | 100100001 | 1001101 | 10110 |
Color Harmonies of #540D64
Complementary color
Monochromatic Colors of #540D64
Black with #540D64
Text Example
Text Example
White with #540D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D64; }
p { color: rgb(84,13,100); }
H1.HeaderClassName
{
color: #540D64;
}
.AnyTagClassName
{
color: #540D64;
}
</style>
background-color css
<style>
a { background-color: #540D64; }
a { background-color: rgb(84,13,100); }
div.DivClassName
{
background-color: #540D64;
}
.BgClassName
{
background-color: #540D64;
}
</style>
border-color css
<style>
span { border-color: #540D64; }
span { border-color: rgb(84,13,100); }
td.TdClassName
{
border-color: #540D64;
}
.TagClassName
{
border-color: #540D64;
}
</style>