Shades of Scarlet Gum #552963
Tints of Scarlet Gum #552963
RGB
CMYK
RGB Variations
Color information
#552963 (or 0x552963) is known color: Scarlet Gum. HEX triplet: 55, 29 and 63. RGB value is (85,41,99). Sum of RGB (Red+Green+Blue) = 85+41+99=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #552963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552963 is #AAD69C. Grayscale: #3C3C3C. Windows color (decimal): -11196061 or 6498645. OLE color: 6498645.
HSL color Cylindrical-coordinate representation of color #552963: hue angle of 285.52º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552963 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 41 | 99 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.61 |
| HSL | 285.52º | 0.41% | 0.27% | - |
| HSV(B) | 285.52º | 0.59% | 0.39% | - |
| XYZ | 6.79 | 4.42 | 12.3 | - |
| YUV | 60.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 41 | 99 | 0.14 | 0.59 | 0 | 0.61 | 285.52 | 0.41 | 0.27 |
| Hex | 55 | 29 | 63 | E | 3B | 0 | 3D | 11E | 29 | 1B |
| Octal | 125 | 51 | 143 | 16 | 73 | 0 | 75 | 436 | 51 | 33 |
| Binary | 1010101 | 101001 | 1100011 | 1110 | 111011 | 0 | 111101 | 100011110 | 101001 | 11011 |
Color Harmonies of #552963
Complementary color
Monochromatic Colors of #552963
Black with #552963
Text Example
Text Example
White with #552963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552963; }
p { color: rgb(85,41,99); }
H1.HeaderClassName
{
color: #552963;
}
.AnyTagClassName
{
color: #552963;
}
</style>
background-color css
<style>
a { background-color: #552963; }
a { background-color: rgb(85,41,99); }
div.DivClassName
{
background-color: #552963;
}
.BgClassName
{
background-color: #552963;
}
</style>
border-color css
<style>
span { border-color: #552963; }
span { border-color: rgb(85,41,99); }
td.TdClassName
{
border-color: #552963;
}
.TagClassName
{
border-color: #552963;
}
</style>