Shades of Scarlet Gum #541B65
Tints of Scarlet Gum #541B65
RGB
CMYK
RGB Variations
Color information
#541B65 (or 0x541B65) is known color: Scarlet Gum. HEX triplet: 54, 1B and 65. RGB value is (84,27,101). Sum of RGB (Red+Green+Blue) = 84+27+101=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #541B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B65 is #ABE49A. Grayscale: #343434. Windows color (decimal): -11265179 or 6626132. OLE color: 6626132.
HSL color Cylindrical-coordinate representation of color #541B65: hue angle of 286.22º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541B65 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 27 | 101 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.60 |
| HSL | 286.22º | 0.58% | 0.25% | - |
| HSV(B) | 286.22º | 0.73% | 0.4% | - |
| XYZ | 6.4 | 3.61 | 12.67 | - |
| YUV | 52.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 101 | 0.17 | 0.73 | 0 | 0.60 | 286.22 | 0.58 | 0.25 |
| Hex | 54 | 1B | 65 | 11 | 49 | 0 | 3C | 11E | 3A | 19 |
| Octal | 124 | 33 | 145 | 21 | 111 | 0 | 74 | 436 | 72 | 31 |
| Binary | 1010100 | 11011 | 1100101 | 10001 | 1001001 | 0 | 111100 | 100011110 | 111010 | 11001 |
Color Harmonies of #541B65
Complementary color
Monochromatic Colors of #541B65
Black with #541B65
Text Example
Text Example
White with #541B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B65; }
p { color: rgb(84,27,101); }
H1.HeaderClassName
{
color: #541B65;
}
.AnyTagClassName
{
color: #541B65;
}
</style>
background-color css
<style>
a { background-color: #541B65; }
a { background-color: rgb(84,27,101); }
div.DivClassName
{
background-color: #541B65;
}
.BgClassName
{
background-color: #541B65;
}
</style>
border-color css
<style>
span { border-color: #541B65; }
span { border-color: rgb(84,27,101); }
td.TdClassName
{
border-color: #541B65;
}
.TagClassName
{
border-color: #541B65;
}
</style>