Shades of Scarlet Gum #54355E
Tints of Scarlet Gum #54355E
RGB
CMYK
RGB Variations
Color information
#54355E (or 0x54355E) is known color: Scarlet Gum. HEX triplet: 54, 35 and 5E. RGB value is (84,53,94). Sum of RGB (Red+Green+Blue) = 84+53+94=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #54355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54355E is #ABCAA1. Grayscale: #424242. Windows color (decimal): -11258530 or 6174036. OLE color: 6174036.
HSL color Cylindrical-coordinate representation of color #54355E: hue angle of 285.37º 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 #54355E is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 53 | 94 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.63 |
| HSL | 285.37º | 0.28% | 0.29% | - |
| HSV(B) | 285.37º | 0.44% | 0.37% | - |
| XYZ | 6.95 | 5.24 | 11.23 | - |
| YUV | 66.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 94 | 0.11 | 0.44 | 0 | 0.63 | 285.37 | 0.28 | 0.29 |
| Hex | 54 | 35 | 5E | B | 2C | 0 | 3F | 11D | 1C | 1D |
| Octal | 124 | 65 | 136 | 13 | 54 | 0 | 77 | 435 | 34 | 35 |
| Binary | 1010100 | 110101 | 1011110 | 1011 | 101100 | 0 | 111111 | 100011101 | 11100 | 11101 |
Color Harmonies of #54355E
Complementary color
Monochromatic Colors of #54355E
Black with #54355E
Text Example
Text Example
White with #54355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54355E; }
p { color: rgb(84,53,94); }
H1.HeaderClassName
{
color: #54355E;
}
.AnyTagClassName
{
color: #54355E;
}
</style>
background-color css
<style>
a { background-color: #54355E; }
a { background-color: rgb(84,53,94); }
div.DivClassName
{
background-color: #54355E;
}
.BgClassName
{
background-color: #54355E;
}
</style>
border-color css
<style>
span { border-color: #54355E; }
span { border-color: rgb(84,53,94); }
td.TdClassName
{
border-color: #54355E;
}
.TagClassName
{
border-color: #54355E;
}
</style>