Shades of Scarlet Gum #552265
Tints of Scarlet Gum #552265
RGB
CMYK
RGB Variations
Color information
#552265 (or 0x552265) is known color: Scarlet Gum. HEX triplet: 55, 22 and 65. RGB value is (85,34,101). Sum of RGB (Red+Green+Blue) = 85+34+101=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #552265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552265 is #AADD9A. Grayscale: #383838. Windows color (decimal): -11197851 or 6627925. OLE color: 6627925.
HSL color Cylindrical-coordinate representation of color #552265: hue angle of 285.67º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552265 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 34 | 101 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.60 |
| HSL | 285.67º | 0.5% | 0.26% | - |
| HSV(B) | 285.67º | 0.66% | 0.4% | - |
| XYZ | 6.67 | 4.01 | 12.74 | - |
| YUV | 56.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 101 | 0.16 | 0.66 | 0 | 0.60 | 285.67 | 0.5 | 0.26 |
| Hex | 55 | 22 | 65 | 10 | 42 | 0 | 3C | 11E | 32 | 1A |
| Octal | 125 | 42 | 145 | 20 | 102 | 0 | 74 | 436 | 62 | 32 |
| Binary | 1010101 | 100010 | 1100101 | 10000 | 1000010 | 0 | 111100 | 100011110 | 110010 | 11010 |
Color Harmonies of #552265
Complementary color
Monochromatic Colors of #552265
Black with #552265
Text Example
Text Example
White with #552265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552265; }
p { color: rgb(85,34,101); }
H1.HeaderClassName
{
color: #552265;
}
.AnyTagClassName
{
color: #552265;
}
</style>
background-color css
<style>
a { background-color: #552265; }
a { background-color: rgb(85,34,101); }
div.DivClassName
{
background-color: #552265;
}
.BgClassName
{
background-color: #552265;
}
</style>
border-color css
<style>
span { border-color: #552265; }
span { border-color: rgb(85,34,101); }
td.TdClassName
{
border-color: #552265;
}
.TagClassName
{
border-color: #552265;
}
</style>