Shades of Scarlet Gum #551369
Tints of Scarlet Gum #551369
RGB
CMYK
RGB Variations
Color information
#551369 (or 0x551369) is known color: Scarlet Gum. HEX triplet: 55, 13 and 69. RGB value is (85,19,105). Sum of RGB (Red+Green+Blue) = 85+19+105=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #551369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551369 is #AAEC96. Grayscale: #303030. Windows color (decimal): -11201687 or 6886229. OLE color: 6886229.
HSL color Cylindrical-coordinate representation of color #551369: hue angle of 286.05º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551369 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 19 | 105 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.59 |
| HSL | 286.05º | 0.69% | 0.24% | - |
| HSV(B) | 286.05º | 0.82% | 0.41% | - |
| XYZ | 6.53 | 3.42 | 13.68 | - |
| YUV | 48.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 105 | 0.19 | 0.82 | 0 | 0.59 | 286.05 | 0.69 | 0.24 |
| Hex | 55 | 13 | 69 | 13 | 52 | 0 | 3B | 11E | 45 | 18 |
| Octal | 125 | 23 | 151 | 23 | 122 | 0 | 73 | 436 | 105 | 30 |
| Binary | 1010101 | 10011 | 1101001 | 10011 | 1010010 | 0 | 111011 | 100011110 | 1000101 | 11000 |
Color Harmonies of #551369
Complementary color
Monochromatic Colors of #551369
Black with #551369
Text Example
Text Example
White with #551369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551369; }
p { color: rgb(85,19,105); }
H1.HeaderClassName
{
color: #551369;
}
.AnyTagClassName
{
color: #551369;
}
</style>
background-color css
<style>
a { background-color: #551369; }
a { background-color: rgb(85,19,105); }
div.DivClassName
{
background-color: #551369;
}
.BgClassName
{
background-color: #551369;
}
</style>
border-color css
<style>
span { border-color: #551369; }
span { border-color: rgb(85,19,105); }
td.TdClassName
{
border-color: #551369;
}
.TagClassName
{
border-color: #551369;
}
</style>