Shades of Scarlet Gum #552D65
Tints of Scarlet Gum #552D65
RGB
CMYK
RGB Variations
Color information
#552D65 (or 0x552D65) is known color: Scarlet Gum. HEX triplet: 55, 2D and 65. RGB value is (85,45,101). Sum of RGB (Red+Green+Blue) = 85+45+101=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #552D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D65 is #AAD29A. Grayscale: #3F3F3F. Windows color (decimal): -11195035 or 6630741. OLE color: 6630741.
HSL color Cylindrical-coordinate representation of color #552D65: hue angle of 282.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #552D65 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 45 | 101 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.60 |
| HSL | 282.86º | 0.38% | 0.29% | - |
| HSV(B) | 282.86º | 0.55% | 0.4% | - |
| XYZ | 7.03 | 4.75 | 12.86 | - |
| YUV | 63.34 | 149.25 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 101 | 0.16 | 0.55 | 0 | 0.60 | 282.86 | 0.38 | 0.29 |
| Hex | 55 | 2D | 65 | 10 | 37 | 0 | 3C | 11B | 26 | 1D |
| Octal | 125 | 55 | 145 | 20 | 67 | 0 | 74 | 433 | 46 | 35 |
| Binary | 1010101 | 101101 | 1100101 | 10000 | 110111 | 0 | 111100 | 100011011 | 100110 | 11101 |
Color Harmonies of #552D65
Complementary color
Monochromatic Colors of #552D65
Black with #552D65
Text Example
Text Example
White with #552D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D65; }
p { color: rgb(85,45,101); }
H1.HeaderClassName
{
color: #552D65;
}
.AnyTagClassName
{
color: #552D65;
}
</style>
background-color css
<style>
a { background-color: #552D65; }
a { background-color: rgb(85,45,101); }
div.DivClassName
{
background-color: #552D65;
}
.BgClassName
{
background-color: #552D65;
}
</style>
border-color css
<style>
span { border-color: #552D65; }
span { border-color: rgb(85,45,101); }
td.TdClassName
{
border-color: #552D65;
}
.TagClassName
{
border-color: #552D65;
}
</style>