Shades of Lipstick #983155
Tints of Lipstick #983155
RGB
CMYK
RGB Variations
Color information
#983155 (or 0x983155) is known color: Lipstick. HEX triplet: 98, 31 and 55. RGB value is (152,49,85). Sum of RGB (Red+Green+Blue) = 152+49+85=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #983155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983155 is #67CEAA. Grayscale: #535353. Windows color (decimal): -6803115 or 5583256. OLE color: 5583256.
HSL color Cylindrical-coordinate representation of color #983155: hue angle of 339.03º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983155 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 85 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.40 |
| HSL | 339.03º | 0.51% | 0.39% | - |
| HSV(B) | 339.03º | 0.68% | 0.6% | - |
| XYZ | 15.69 | 9.53 | 9.61 | - |
| YUV | 83.9 | 128.62 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 85 | 0 | 0.68 | 0.44 | 0.40 | 339.03 | 0.51 | 0.39 |
| Hex | 98 | 31 | 55 | 0 | 44 | 2C | 28 | 153 | 33 | 27 |
| Octal | 230 | 61 | 125 | 0 | 104 | 54 | 50 | 523 | 63 | 47 |
| Binary | 10011000 | 110001 | 1010101 | 0 | 1000100 | 101100 | 101000 | 101010011 | 110011 | 100111 |
Color Harmonies of #983155
Complementary color
Monochromatic Colors of #983155
Black with #983155
Text Example
Text Example
White with #983155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983155; }
p { color: rgb(152,49,85); }
H1.HeaderClassName
{
color: #983155;
}
.AnyTagClassName
{
color: #983155;
}
</style>
background-color css
<style>
a { background-color: #983155; }
a { background-color: rgb(152,49,85); }
div.DivClassName
{
background-color: #983155;
}
.BgClassName
{
background-color: #983155;
}
</style>
border-color css
<style>
span { border-color: #983155; }
span { border-color: rgb(152,49,85); }
td.TdClassName
{
border-color: #983155;
}
.TagClassName
{
border-color: #983155;
}
</style>