Shades of Scarlet Gum #55146A
Tints of Scarlet Gum #55146A
RGB
CMYK
RGB Variations
Color information
#55146A (or 0x55146A) is known color: Scarlet Gum. HEX triplet: 55, 14 and 6A. RGB value is (85,20,106). Sum of RGB (Red+Green+Blue) = 85+20+106=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #55146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55146A is #AAEB95. Grayscale: #303030. Windows color (decimal): -11201430 or 6952021. OLE color: 6952021.
HSL color Cylindrical-coordinate representation of color #55146A: hue angle of 285.35º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55146A is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 20 | 106 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.58 |
| HSL | 285.35º | 0.68% | 0.25% | - |
| HSV(B) | 285.35º | 0.81% | 0.42% | - |
| XYZ | 6.6 | 3.47 | 13.96 | - |
| YUV | 49.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 106 | 0.20 | 0.81 | 0 | 0.58 | 285.35 | 0.68 | 0.25 |
| Hex | 55 | 14 | 6A | 14 | 51 | 0 | 3A | 11D | 44 | 19 |
| Octal | 125 | 24 | 152 | 24 | 121 | 0 | 72 | 435 | 104 | 31 |
| Binary | 1010101 | 10100 | 1101010 | 10100 | 1010001 | 0 | 111010 | 100011101 | 1000100 | 11001 |
Color Harmonies of #55146A
Complementary color
Monochromatic Colors of #55146A
Black with #55146A
Text Example
Text Example
White with #55146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55146A; }
p { color: rgb(85,20,106); }
H1.HeaderClassName
{
color: #55146A;
}
.AnyTagClassName
{
color: #55146A;
}
</style>
background-color css
<style>
a { background-color: #55146A; }
a { background-color: rgb(85,20,106); }
div.DivClassName
{
background-color: #55146A;
}
.BgClassName
{
background-color: #55146A;
}
</style>
border-color css
<style>
span { border-color: #55146A; }
span { border-color: rgb(85,20,106); }
td.TdClassName
{
border-color: #55146A;
}
.TagClassName
{
border-color: #55146A;
}
</style>