Shades of Scarlet Gum #552269
Tints of Scarlet Gum #552269
RGB
CMYK
RGB Variations
Color information
#552269 (or 0x552269) is known color: Scarlet Gum. HEX triplet: 55, 22 and 69. RGB value is (85,34,105). Sum of RGB (Red+Green+Blue) = 85+34+105=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #552269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552269 is #AADD96. Grayscale: #393939. Windows color (decimal): -11197847 or 6890069. OLE color: 6890069.
HSL color Cylindrical-coordinate representation of color #552269: hue angle of 283.1º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #552269 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 34 | 105 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.59 |
| HSL | 283.1º | 0.51% | 0.27% | - |
| HSV(B) | 283.1º | 0.68% | 0.41% | - |
| XYZ | 6.87 | 4.1 | 13.79 | - |
| YUV | 57.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 105 | 0.19 | 0.68 | 0 | 0.59 | 283.1 | 0.51 | 0.27 |
| Hex | 55 | 22 | 69 | 13 | 44 | 0 | 3B | 11B | 33 | 1B |
| Octal | 125 | 42 | 151 | 23 | 104 | 0 | 73 | 433 | 63 | 33 |
| Binary | 1010101 | 100010 | 1101001 | 10011 | 1000100 | 0 | 111011 | 100011011 | 110011 | 11011 |
Color Harmonies of #552269
Complementary color
Monochromatic Colors of #552269
Black with #552269
Text Example
Text Example
White with #552269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552269; }
p { color: rgb(85,34,105); }
H1.HeaderClassName
{
color: #552269;
}
.AnyTagClassName
{
color: #552269;
}
</style>
background-color css
<style>
a { background-color: #552269; }
a { background-color: rgb(85,34,105); }
div.DivClassName
{
background-color: #552269;
}
.BgClassName
{
background-color: #552269;
}
</style>
border-color css
<style>
span { border-color: #552269; }
span { border-color: rgb(85,34,105); }
td.TdClassName
{
border-color: #552269;
}
.TagClassName
{
border-color: #552269;
}
</style>