Shades of Lipstick #983055
Tints of Lipstick #983055
RGB
CMYK
RGB Variations
Color information
#983055 (or 0x983055) is known color: Lipstick. HEX triplet: 98, 30 and 55. RGB value is (152,48,85). Sum of RGB (Red+Green+Blue) = 152+48+85=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #983055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983055 is #67CFAA. Grayscale: #535353. Windows color (decimal): -6803371 or 5583000. OLE color: 5583000.
HSL color Cylindrical-coordinate representation of color #983055: hue angle of 338.65º degrees, saturation: 0.52, 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 #983055 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 85 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.40 |
| HSL | 338.65º | 0.52% | 0.39% | - |
| HSV(B) | 338.65º | 0.68% | 0.6% | - |
| XYZ | 15.65 | 9.45 | 9.59 | - |
| YUV | 83.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 85 | 0 | 0.68 | 0.44 | 0.40 | 338.65 | 0.52 | 0.39 |
| Hex | 98 | 30 | 55 | 0 | 44 | 2C | 28 | 153 | 34 | 27 |
| Octal | 230 | 60 | 125 | 0 | 104 | 54 | 50 | 523 | 64 | 47 |
| Binary | 10011000 | 110000 | 1010101 | 0 | 1000100 | 101100 | 101000 | 101010011 | 110100 | 100111 |
Color Harmonies of #983055
Complementary color
Monochromatic Colors of #983055
Black with #983055
Text Example
Text Example
White with #983055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983055; }
p { color: rgb(152,48,85); }
H1.HeaderClassName
{
color: #983055;
}
.AnyTagClassName
{
color: #983055;
}
</style>
background-color css
<style>
a { background-color: #983055; }
a { background-color: rgb(152,48,85); }
div.DivClassName
{
background-color: #983055;
}
.BgClassName
{
background-color: #983055;
}
</style>
border-color css
<style>
span { border-color: #983055; }
span { border-color: rgb(152,48,85); }
td.TdClassName
{
border-color: #983055;
}
.TagClassName
{
border-color: #983055;
}
</style>