Shades of Scarlet Gum #540D65
Tints of Scarlet Gum #540D65
RGB
CMYK
RGB Variations
Color information
#540D65 (or 0x540D65) is known color: Scarlet Gum. HEX triplet: 54, 0D and 65. RGB value is (84,13,101). Sum of RGB (Red+Green+Blue) = 84+13+101=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #540D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D65 is #ABF29A. Grayscale: #2B2B2B. Windows color (decimal): -11268763 or 6622548. OLE color: 6622548.
HSL color Cylindrical-coordinate representation of color #540D65: hue angle of 288.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540D65 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 13 | 101 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.60 |
| HSL | 288.41º | 0.77% | 0.22% | - |
| HSV(B) | 288.41º | 0.87% | 0.4% | - |
| XYZ | 6.15 | 3.11 | 12.59 | - |
| YUV | 44.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 101 | 0.17 | 0.87 | 0 | 0.60 | 288.41 | 0.77 | 0.22 |
| Hex | 54 | D | 65 | 11 | 57 | 0 | 3C | 120 | 4D | 16 |
| Octal | 124 | 15 | 145 | 21 | 127 | 0 | 74 | 440 | 115 | 26 |
| Binary | 1010100 | 1101 | 1100101 | 10001 | 1010111 | 0 | 111100 | 100100000 | 1001101 | 10110 |
Color Harmonies of #540D65
Complementary color
Monochromatic Colors of #540D65
Black with #540D65
Text Example
Text Example
White with #540D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D65; }
p { color: rgb(84,13,101); }
H1.HeaderClassName
{
color: #540D65;
}
.AnyTagClassName
{
color: #540D65;
}
</style>
background-color css
<style>
a { background-color: #540D65; }
a { background-color: rgb(84,13,101); }
div.DivClassName
{
background-color: #540D65;
}
.BgClassName
{
background-color: #540D65;
}
</style>
border-color css
<style>
span { border-color: #540D65; }
span { border-color: rgb(84,13,101); }
td.TdClassName
{
border-color: #540D65;
}
.TagClassName
{
border-color: #540D65;
}
</style>