Shades of Scarlet Gum #54355F
Tints of Scarlet Gum #54355F
RGB
CMYK
RGB Variations
Color information
#54355F (or 0x54355F) is known color: Scarlet Gum. HEX triplet: 54, 35 and 5F. RGB value is (84,53,95). Sum of RGB (Red+Green+Blue) = 84+53+95=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #54355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54355F is #ABCAA0. Grayscale: #424242. Windows color (decimal): -11258529 or 6239572. OLE color: 6239572.
HSL color Cylindrical-coordinate representation of color #54355F: hue angle of 284.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54355F is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 53 | 95 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.63 |
| HSL | 284.29º | 0.28% | 0.29% | - |
| HSV(B) | 284.29º | 0.44% | 0.37% | - |
| XYZ | 6.99 | 5.26 | 11.47 | - |
| YUV | 67.06 | 143.77 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 95 | 0.12 | 0.44 | 0 | 0.63 | 284.29 | 0.28 | 0.29 |
| Hex | 54 | 35 | 5F | C | 2C | 0 | 3F | 11C | 1C | 1D |
| Octal | 124 | 65 | 137 | 14 | 54 | 0 | 77 | 434 | 34 | 35 |
| Binary | 1010100 | 110101 | 1011111 | 1100 | 101100 | 0 | 111111 | 100011100 | 11100 | 11101 |
Color Harmonies of #54355F
Complementary color
Monochromatic Colors of #54355F
Black with #54355F
Text Example
Text Example
White with #54355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54355F; }
p { color: rgb(84,53,95); }
H1.HeaderClassName
{
color: #54355F;
}
.AnyTagClassName
{
color: #54355F;
}
</style>
background-color css
<style>
a { background-color: #54355F; }
a { background-color: rgb(84,53,95); }
div.DivClassName
{
background-color: #54355F;
}
.BgClassName
{
background-color: #54355F;
}
</style>
border-color css
<style>
span { border-color: #54355F; }
span { border-color: rgb(84,53,95); }
td.TdClassName
{
border-color: #54355F;
}
.TagClassName
{
border-color: #54355F;
}
</style>