Shades of Lipstick #983555
Tints of Lipstick #983555
RGB
CMYK
RGB Variations
Color information
#983555 (or 0x983555) is known color: Lipstick. HEX triplet: 98, 35 and 55. RGB value is (152,53,85). Sum of RGB (Red+Green+Blue) = 152+53+85=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983555 is #67CAAA. Grayscale: #565656. Windows color (decimal): -6802091 or 5584280. OLE color: 5584280.
HSL color Cylindrical-coordinate representation of color #983555: hue angle of 340.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983555 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 85 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.40 |
| HSL | 340.61º | 0.48% | 0.4% | - |
| HSV(B) | 340.61º | 0.65% | 0.6% | - |
| XYZ | 15.86 | 9.88 | 9.66 | - |
| YUV | 86.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 85 | 0 | 0.65 | 0.44 | 0.40 | 340.61 | 0.48 | 0.4 |
| Hex | 98 | 35 | 55 | 0 | 41 | 2C | 28 | 155 | 30 | 28 |
| Octal | 230 | 65 | 125 | 0 | 101 | 54 | 50 | 525 | 60 | 50 |
| Binary | 10011000 | 110101 | 1010101 | 0 | 1000001 | 101100 | 101000 | 101010101 | 110000 | 101000 |
Color Harmonies of #983555
Complementary color
Monochromatic Colors of #983555
Black with #983555
Text Example
Text Example
White with #983555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983555; }
p { color: rgb(152,53,85); }
H1.HeaderClassName
{
color: #983555;
}
.AnyTagClassName
{
color: #983555;
}
</style>
background-color css
<style>
a { background-color: #983555; }
a { background-color: rgb(152,53,85); }
div.DivClassName
{
background-color: #983555;
}
.BgClassName
{
background-color: #983555;
}
</style>
border-color css
<style>
span { border-color: #983555; }
span { border-color: rgb(152,53,85); }
td.TdClassName
{
border-color: #983555;
}
.TagClassName
{
border-color: #983555;
}
</style>