Shades of Scarlet Gum #551565
Tints of Scarlet Gum #551565
RGB
CMYK
RGB Variations
Color information
#551565 (or 0x551565) is known color: Scarlet Gum. HEX triplet: 55, 15 and 65. RGB value is (85,21,101). Sum of RGB (Red+Green+Blue) = 85+21+101=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #551565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551565 is #AAEA9A. Grayscale: #313131. Windows color (decimal): -11201179 or 6624597. OLE color: 6624597.
HSL color Cylindrical-coordinate representation of color #551565: hue angle of 288º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551565 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 21 | 101 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.60 |
| HSL | 288º | 0.66% | 0.24% | - |
| HSV(B) | 288º | 0.79% | 0.4% | - |
| XYZ | 6.36 | 3.41 | 12.63 | - |
| YUV | 49.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 101 | 0.16 | 0.79 | 0 | 0.60 | 288 | 0.66 | 0.24 |
| Hex | 55 | 15 | 65 | 10 | 4F | 0 | 3C | 120 | 42 | 18 |
| Octal | 125 | 25 | 145 | 20 | 117 | 0 | 74 | 440 | 102 | 30 |
| Binary | 1010101 | 10101 | 1100101 | 10000 | 1001111 | 0 | 111100 | 100100000 | 1000010 | 11000 |
Color Harmonies of #551565
Complementary color
Monochromatic Colors of #551565
Black with #551565
Text Example
Text Example
White with #551565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551565; }
p { color: rgb(85,21,101); }
H1.HeaderClassName
{
color: #551565;
}
.AnyTagClassName
{
color: #551565;
}
</style>
background-color css
<style>
a { background-color: #551565; }
a { background-color: rgb(85,21,101); }
div.DivClassName
{
background-color: #551565;
}
.BgClassName
{
background-color: #551565;
}
</style>
border-color css
<style>
span { border-color: #551565; }
span { border-color: rgb(85,21,101); }
td.TdClassName
{
border-color: #551565;
}
.TagClassName
{
border-color: #551565;
}
</style>