Shades of Scarlet Gum #550E65
Tints of Scarlet Gum #550E65
RGB
CMYK
RGB Variations
Color information
#550E65 (or 0x550E65) is known color: Scarlet Gum. HEX triplet: 55, 0E and 65. RGB value is (85,14,101). Sum of RGB (Red+Green+Blue) = 85+14+101=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #550E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E65 is #AAF19A. Grayscale: #2C2C2C. Windows color (decimal): -11202971 or 6622805. OLE color: 6622805.
HSL color Cylindrical-coordinate representation of color #550E65: hue angle of 288.97º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550E65 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 14 | 101 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.60 |
| HSL | 288.97º | 0.76% | 0.23% | - |
| HSV(B) | 288.97º | 0.86% | 0.4% | - |
| XYZ | 6.25 | 3.18 | 12.6 | - |
| YUV | 45.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 101 | 0.16 | 0.86 | 0 | 0.60 | 288.97 | 0.76 | 0.23 |
| Hex | 55 | E | 65 | 10 | 56 | 0 | 3C | 121 | 4C | 17 |
| Octal | 125 | 16 | 145 | 20 | 126 | 0 | 74 | 441 | 114 | 27 |
| Binary | 1010101 | 1110 | 1100101 | 10000 | 1010110 | 0 | 111100 | 100100001 | 1001100 | 10111 |
Color Harmonies of #550E65
Complementary color
Monochromatic Colors of #550E65
Black with #550E65
Text Example
Text Example
White with #550E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E65; }
p { color: rgb(85,14,101); }
H1.HeaderClassName
{
color: #550E65;
}
.AnyTagClassName
{
color: #550E65;
}
</style>
background-color css
<style>
a { background-color: #550E65; }
a { background-color: rgb(85,14,101); }
div.DivClassName
{
background-color: #550E65;
}
.BgClassName
{
background-color: #550E65;
}
</style>
border-color css
<style>
span { border-color: #550E65; }
span { border-color: rgb(85,14,101); }
td.TdClassName
{
border-color: #550E65;
}
.TagClassName
{
border-color: #550E65;
}
</style>