Shades of Lipstick #982542
Tints of Lipstick #982542
RGB
CMYK
RGB Variations
Color information
#982542 (or 0x982542) is known color: Lipstick. HEX triplet: 98, 25 and 42. RGB value is (152,37,66). Sum of RGB (Red+Green+Blue) = 152+37+66=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #982542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982542 is #67DABD. Grayscale: #4A4A4A. Windows color (decimal): -6806206 or 4335000. OLE color: 4335000.
HSL color Cylindrical-coordinate representation of color #982542: hue angle of 344.87º 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 #982542 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 66 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.40 |
| HSL | 344.87º | 0.61% | 0.37% | - |
| HSV(B) | 344.87º | 0.76% | 0.6% | - |
| XYZ | 14.59 | 8.39 | 6 | - |
| YUV | 74.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 66 | 0 | 0.76 | 0.57 | 0.40 | 344.87 | 0.61 | 0.37 |
| Hex | 98 | 25 | 42 | 0 | 4C | 39 | 28 | 159 | 3D | 25 |
| Octal | 230 | 45 | 102 | 0 | 114 | 71 | 50 | 531 | 75 | 45 |
| Binary | 10011000 | 100101 | 1000010 | 0 | 1001100 | 111001 | 101000 | 101011001 | 111101 | 100101 |
Color Harmonies of #982542
Complementary color
Monochromatic Colors of #982542
Black with #982542
Text Example
Text Example
White with #982542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982542; }
p { color: rgb(152,37,66); }
H1.HeaderClassName
{
color: #982542;
}
.AnyTagClassName
{
color: #982542;
}
</style>
background-color css
<style>
a { background-color: #982542; }
a { background-color: rgb(152,37,66); }
div.DivClassName
{
background-color: #982542;
}
.BgClassName
{
background-color: #982542;
}
</style>
border-color css
<style>
span { border-color: #982542; }
span { border-color: rgb(152,37,66); }
td.TdClassName
{
border-color: #982542;
}
.TagClassName
{
border-color: #982542;
}
</style>