Shades of Lipstick #983165
Tints of Lipstick #983165
RGB
CMYK
RGB Variations
Color information
#983165 (or 0x983165) is known color: Lipstick. HEX triplet: 98, 31 and 65. RGB value is (152,49,101). Sum of RGB (Red+Green+Blue) = 152+49+101=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #983165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983165 is #67CE9A. Grayscale: #555555. Windows color (decimal): -6803099 or 6631832. OLE color: 6631832.
HSL color Cylindrical-coordinate representation of color #983165: hue angle of 329.71º 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 #983165 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 101 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.40 |
| HSL | 329.71º | 0.51% | 0.39% | - |
| HSV(B) | 329.71º | 0.68% | 0.6% | - |
| XYZ | 16.4 | 9.81 | 13.34 | - |
| YUV | 85.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 101 | 0 | 0.68 | 0.34 | 0.40 | 329.71 | 0.51 | 0.39 |
| Hex | 98 | 31 | 65 | 0 | 44 | 22 | 28 | 14A | 33 | 27 |
| Octal | 230 | 61 | 145 | 0 | 104 | 42 | 50 | 512 | 63 | 47 |
| Binary | 10011000 | 110001 | 1100101 | 0 | 1000100 | 100010 | 101000 | 101001010 | 110011 | 100111 |
Color Harmonies of #983165
Complementary color
Monochromatic Colors of #983165
Black with #983165
Text Example
Text Example
White with #983165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983165; }
p { color: rgb(152,49,101); }
H1.HeaderClassName
{
color: #983165;
}
.AnyTagClassName
{
color: #983165;
}
</style>
background-color css
<style>
a { background-color: #983165; }
a { background-color: rgb(152,49,101); }
div.DivClassName
{
background-color: #983165;
}
.BgClassName
{
background-color: #983165;
}
</style>
border-color css
<style>
span { border-color: #983165; }
span { border-color: rgb(152,49,101); }
td.TdClassName
{
border-color: #983165;
}
.TagClassName
{
border-color: #983165;
}
</style>