Shades of Lipstick #982552
Tints of Lipstick #982552
RGB
CMYK
RGB Variations
Color information
#982552 (or 0x982552) is known color: Lipstick. HEX triplet: 98, 25 and 52. RGB value is (152,37,82). Sum of RGB (Red+Green+Blue) = 152+37+82=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #982552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982552 is #67DAAD. Grayscale: #4C4C4C. Windows color (decimal): -6806190 or 5383576. OLE color: 5383576.
HSL color Cylindrical-coordinate representation of color #982552: hue angle of 336.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982552 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 82 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.40 |
| HSL | 336.52º | 0.61% | 0.37% | - |
| HSV(B) | 336.52º | 0.76% | 0.6% | - |
| XYZ | 15.13 | 8.61 | 8.85 | - |
| YUV | 76.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 82 | 0 | 0.76 | 0.46 | 0.40 | 336.52 | 0.61 | 0.37 |
| Hex | 98 | 25 | 52 | 0 | 4C | 2E | 28 | 151 | 3D | 25 |
| Octal | 230 | 45 | 122 | 0 | 114 | 56 | 50 | 521 | 75 | 45 |
| Binary | 10011000 | 100101 | 1010010 | 0 | 1001100 | 101110 | 101000 | 101010001 | 111101 | 100101 |
Color Harmonies of #982552
Complementary color
Monochromatic Colors of #982552
Black with #982552
Text Example
Text Example
White with #982552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982552; }
p { color: rgb(152,37,82); }
H1.HeaderClassName
{
color: #982552;
}
.AnyTagClassName
{
color: #982552;
}
</style>
background-color css
<style>
a { background-color: #982552; }
a { background-color: rgb(152,37,82); }
div.DivClassName
{
background-color: #982552;
}
.BgClassName
{
background-color: #982552;
}
</style>
border-color css
<style>
span { border-color: #982552; }
span { border-color: rgb(152,37,82); }
td.TdClassName
{
border-color: #982552;
}
.TagClassName
{
border-color: #982552;
}
</style>