Shades of Scarlet Gum #552C62
Tints of Scarlet Gum #552C62
RGB
CMYK
RGB Variations
Color information
#552C62 (or 0x552C62) is known color: Scarlet Gum. HEX triplet: 55, 2C and 62. RGB value is (85,44,98). Sum of RGB (Red+Green+Blue) = 85+44+98=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #552C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552C62 is #AAD39D. Grayscale: #3E3E3E. Windows color (decimal): -11195294 or 6433877. OLE color: 6433877.
HSL color Cylindrical-coordinate representation of color #552C62: hue angle of 285.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552C62 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 44 | 98 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.62 |
| HSL | 285.56º | 0.38% | 0.28% | - |
| HSV(B) | 285.56º | 0.55% | 0.38% | - |
| XYZ | 6.85 | 4.61 | 12.08 | - |
| YUV | 62.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 98 | 0.13 | 0.55 | 0 | 0.62 | 285.56 | 0.38 | 0.28 |
| Hex | 55 | 2C | 62 | D | 37 | 0 | 3E | 11E | 26 | 1C |
| Octal | 125 | 54 | 142 | 15 | 67 | 0 | 76 | 436 | 46 | 34 |
| Binary | 1010101 | 101100 | 1100010 | 1101 | 110111 | 0 | 111110 | 100011110 | 100110 | 11100 |
Color Harmonies of #552C62
Complementary color
Monochromatic Colors of #552C62
Black with #552C62
Text Example
Text Example
White with #552C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552C62; }
p { color: rgb(85,44,98); }
H1.HeaderClassName
{
color: #552C62;
}
.AnyTagClassName
{
color: #552C62;
}
</style>
background-color css
<style>
a { background-color: #552C62; }
a { background-color: rgb(85,44,98); }
div.DivClassName
{
background-color: #552C62;
}
.BgClassName
{
background-color: #552C62;
}
</style>
border-color css
<style>
span { border-color: #552C62; }
span { border-color: rgb(85,44,98); }
td.TdClassName
{
border-color: #552C62;
}
.TagClassName
{
border-color: #552C62;
}
</style>