Shades of Scarlet Gum #551C63
Tints of Scarlet Gum #551C63
RGB
CMYK
RGB Variations
Color information
#551C63 (or 0x551C63) is known color: Scarlet Gum. HEX triplet: 55, 1C and 63. RGB value is (85,28,99). Sum of RGB (Red+Green+Blue) = 85+28+99=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #551C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C63 is #AAE39C. Grayscale: #343434. Windows color (decimal): -11199389 or 6495317. OLE color: 6495317.
HSL color Cylindrical-coordinate representation of color #551C63: hue angle of 288.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551C63 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 28 | 99 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.61 |
| HSL | 288.17º | 0.56% | 0.25% | - |
| HSV(B) | 288.17º | 0.72% | 0.39% | - |
| XYZ | 6.41 | 3.66 | 12.17 | - |
| YUV | 53.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 99 | 0.14 | 0.72 | 0 | 0.61 | 288.17 | 0.56 | 0.25 |
| Hex | 55 | 1C | 63 | E | 48 | 0 | 3D | 120 | 38 | 19 |
| Octal | 125 | 34 | 143 | 16 | 110 | 0 | 75 | 440 | 70 | 31 |
| Binary | 1010101 | 11100 | 1100011 | 1110 | 1001000 | 0 | 111101 | 100100000 | 111000 | 11001 |
Color Harmonies of #551C63
Complementary color
Monochromatic Colors of #551C63
Black with #551C63
Text Example
Text Example
White with #551C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C63; }
p { color: rgb(85,28,99); }
H1.HeaderClassName
{
color: #551C63;
}
.AnyTagClassName
{
color: #551C63;
}
</style>
background-color css
<style>
a { background-color: #551C63; }
a { background-color: rgb(85,28,99); }
div.DivClassName
{
background-color: #551C63;
}
.BgClassName
{
background-color: #551C63;
}
</style>
border-color css
<style>
span { border-color: #551C63; }
span { border-color: rgb(85,28,99); }
td.TdClassName
{
border-color: #551C63;
}
.TagClassName
{
border-color: #551C63;
}
</style>