Shades of Scarlet Gum #551D6D
Tints of Scarlet Gum #551D6D
RGB
CMYK
RGB Variations
Color information
#551D6D (or 0x551D6D) is known color: Scarlet Gum. HEX triplet: 55, 1D and 6D. RGB value is (85,29,109). Sum of RGB (Red+Green+Blue) = 85+29+109=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #551D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D6D is #AAE292. Grayscale: #363636. Windows color (decimal): -11199123 or 7150933. OLE color: 7150933.
HSL color Cylindrical-coordinate representation of color #551D6D: hue angle of 282º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551D6D is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 29 | 109 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.57 |
| HSL | 282º | 0.58% | 0.27% | - |
| HSV(B) | 282º | 0.73% | 0.43% | - |
| XYZ | 6.95 | 3.91 | 14.86 | - |
| YUV | 54.86 | 158.55 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 109 | 0.22 | 0.73 | 0 | 0.57 | 282 | 0.58 | 0.27 |
| Hex | 55 | 1D | 6D | 16 | 49 | 0 | 39 | 11A | 3A | 1B |
| Octal | 125 | 35 | 155 | 26 | 111 | 0 | 71 | 432 | 72 | 33 |
| Binary | 1010101 | 11101 | 1101101 | 10110 | 1001001 | 0 | 111001 | 100011010 | 111010 | 11011 |
Color Harmonies of #551D6D
Complementary color
Monochromatic Colors of #551D6D
Black with #551D6D
Text Example
Text Example
White with #551D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D6D; }
p { color: rgb(85,29,109); }
H1.HeaderClassName
{
color: #551D6D;
}
.AnyTagClassName
{
color: #551D6D;
}
</style>
background-color css
<style>
a { background-color: #551D6D; }
a { background-color: rgb(85,29,109); }
div.DivClassName
{
background-color: #551D6D;
}
.BgClassName
{
background-color: #551D6D;
}
</style>
border-color css
<style>
span { border-color: #551D6D; }
span { border-color: rgb(85,29,109); }
td.TdClassName
{
border-color: #551D6D;
}
.TagClassName
{
border-color: #551D6D;
}
</style>