Shades of Scarlet Gum #541764
Tints of Scarlet Gum #541764
RGB
CMYK
RGB Variations
Color information
#541764 (or 0x541764) is known color: Scarlet Gum. HEX triplet: 54, 17 and 64. RGB value is (84,23,100). Sum of RGB (Red+Green+Blue) = 84+23+100=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #541764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541764 is #ABE89B. Grayscale: #313131. Windows color (decimal): -11266204 or 6559572. OLE color: 6559572.
HSL color Cylindrical-coordinate representation of color #541764: hue angle of 287.53º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541764 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 23 | 100 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.61 |
| HSL | 287.53º | 0.63% | 0.24% | - |
| HSV(B) | 287.53º | 0.77% | 0.39% | - |
| XYZ | 6.26 | 3.42 | 12.39 | - |
| YUV | 50.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 100 | 0.16 | 0.77 | 0 | 0.61 | 287.53 | 0.63 | 0.24 |
| Hex | 54 | 17 | 64 | 10 | 4D | 0 | 3D | 120 | 3F | 18 |
| Octal | 124 | 27 | 144 | 20 | 115 | 0 | 75 | 440 | 77 | 30 |
| Binary | 1010100 | 10111 | 1100100 | 10000 | 1001101 | 0 | 111101 | 100100000 | 111111 | 11000 |
Color Harmonies of #541764
Complementary color
Monochromatic Colors of #541764
Black with #541764
Text Example
Text Example
White with #541764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541764; }
p { color: rgb(84,23,100); }
H1.HeaderClassName
{
color: #541764;
}
.AnyTagClassName
{
color: #541764;
}
</style>
background-color css
<style>
a { background-color: #541764; }
a { background-color: rgb(84,23,100); }
div.DivClassName
{
background-color: #541764;
}
.BgClassName
{
background-color: #541764;
}
</style>
border-color css
<style>
span { border-color: #541764; }
span { border-color: rgb(84,23,100); }
td.TdClassName
{
border-color: #541764;
}
.TagClassName
{
border-color: #541764;
}
</style>