Shades of Scarlet Gum #54216B
Tints of Scarlet Gum #54216B
RGB
CMYK
RGB Variations
Color information
#54216B (or 0x54216B) is known color: Scarlet Gum. HEX triplet: 54, 21 and 6B. RGB value is (84,33,107). Sum of RGB (Red+Green+Blue) = 84+33+107=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #54216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54216B is #ABDE94. Grayscale: #383838. Windows color (decimal): -11263637 or 7020884. OLE color: 7020884.
HSL color Cylindrical-coordinate representation of color #54216B: hue angle of 281.35º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54216B is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 33 | 107 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.58 |
| HSL | 281.35º | 0.53% | 0.27% | - |
| HSV(B) | 281.35º | 0.69% | 0.42% | - |
| XYZ | 6.85 | 4.03 | 14.33 | - |
| YUV | 56.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 107 | 0.21 | 0.69 | 0 | 0.58 | 281.35 | 0.53 | 0.27 |
| Hex | 54 | 21 | 6B | 15 | 45 | 0 | 3A | 119 | 35 | 1B |
| Octal | 124 | 41 | 153 | 25 | 105 | 0 | 72 | 431 | 65 | 33 |
| Binary | 1010100 | 100001 | 1101011 | 10101 | 1000101 | 0 | 111010 | 100011001 | 110101 | 11011 |
Color Harmonies of #54216B
Complementary color
Monochromatic Colors of #54216B
Black with #54216B
Text Example
Text Example
White with #54216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54216B; }
p { color: rgb(84,33,107); }
H1.HeaderClassName
{
color: #54216B;
}
.AnyTagClassName
{
color: #54216B;
}
</style>
background-color css
<style>
a { background-color: #54216B; }
a { background-color: rgb(84,33,107); }
div.DivClassName
{
background-color: #54216B;
}
.BgClassName
{
background-color: #54216B;
}
</style>
border-color css
<style>
span { border-color: #54216B; }
span { border-color: rgb(84,33,107); }
td.TdClassName
{
border-color: #54216B;
}
.TagClassName
{
border-color: #54216B;
}
</style>