Shades of Scarlet Gum #551969
Tints of Scarlet Gum #551969
RGB
CMYK
RGB Variations
Color information
#551969 (or 0x551969) is known color: Scarlet Gum. HEX triplet: 55, 19 and 69. RGB value is (85,25,105). Sum of RGB (Red+Green+Blue) = 85+25+105=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #551969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551969 is #AAE696. Grayscale: #333333. Windows color (decimal): -11200151 or 6887765. OLE color: 6887765.
HSL color Cylindrical-coordinate representation of color #551969: hue angle of 285º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551969 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 25 | 105 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.59 |
| HSL | 285º | 0.62% | 0.25% | - |
| HSV(B) | 285º | 0.76% | 0.41% | - |
| XYZ | 6.64 | 3.65 | 13.72 | - |
| YUV | 52.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 105 | 0.19 | 0.76 | 0 | 0.59 | 285 | 0.62 | 0.25 |
| Hex | 55 | 19 | 69 | 13 | 4C | 0 | 3B | 11D | 3E | 19 |
| Octal | 125 | 31 | 151 | 23 | 114 | 0 | 73 | 435 | 76 | 31 |
| Binary | 1010101 | 11001 | 1101001 | 10011 | 1001100 | 0 | 111011 | 100011101 | 111110 | 11001 |
Color Harmonies of #551969
Complementary color
Monochromatic Colors of #551969
Black with #551969
Text Example
Text Example
White with #551969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551969; }
p { color: rgb(85,25,105); }
H1.HeaderClassName
{
color: #551969;
}
.AnyTagClassName
{
color: #551969;
}
</style>
background-color css
<style>
a { background-color: #551969; }
a { background-color: rgb(85,25,105); }
div.DivClassName
{
background-color: #551969;
}
.BgClassName
{
background-color: #551969;
}
</style>
border-color css
<style>
span { border-color: #551969; }
span { border-color: rgb(85,25,105); }
td.TdClassName
{
border-color: #551969;
}
.TagClassName
{
border-color: #551969;
}
</style>