Shades of Lipstick #982365
Tints of Lipstick #982365
RGB
CMYK
RGB Variations
Color information
#982365 (or 0x982365) is known color: Lipstick. HEX triplet: 98, 23 and 65. RGB value is (152,35,101). Sum of RGB (Red+Green+Blue) = 152+35+101=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #982365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982365 is #67DC9A. Grayscale: #4D4D4D. Windows color (decimal): -6806683 or 6628248. OLE color: 6628248.
HSL color Cylindrical-coordinate representation of color #982365: hue angle of 326.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982365 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 101 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.40 |
| HSL | 326.15º | 0.63% | 0.37% | - |
| HSV(B) | 326.15º | 0.77% | 0.6% | - |
| XYZ | 15.9 | 8.82 | 13.18 | - |
| YUV | 77.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 101 | 0 | 0.77 | 0.34 | 0.40 | 326.15 | 0.63 | 0.37 |
| Hex | 98 | 23 | 65 | 0 | 4D | 22 | 28 | 146 | 3F | 25 |
| Octal | 230 | 43 | 145 | 0 | 115 | 42 | 50 | 506 | 77 | 45 |
| Binary | 10011000 | 100011 | 1100101 | 0 | 1001101 | 100010 | 101000 | 101000110 | 111111 | 100101 |
Color Harmonies of #982365
Complementary color
Monochromatic Colors of #982365
Black with #982365
Text Example
Text Example
White with #982365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982365; }
p { color: rgb(152,35,101); }
H1.HeaderClassName
{
color: #982365;
}
.AnyTagClassName
{
color: #982365;
}
</style>
background-color css
<style>
a { background-color: #982365; }
a { background-color: rgb(152,35,101); }
div.DivClassName
{
background-color: #982365;
}
.BgClassName
{
background-color: #982365;
}
</style>
border-color css
<style>
span { border-color: #982365; }
span { border-color: rgb(152,35,101); }
td.TdClassName
{
border-color: #982365;
}
.TagClassName
{
border-color: #982365;
}
</style>