Shades of Lipstick #983666
Tints of Lipstick #983666
RGB
CMYK
RGB Variations
Color information
#983666 (or 0x983666) is known color: Lipstick. HEX triplet: 98, 36 and 66. RGB value is (152,54,102). Sum of RGB (Red+Green+Blue) = 152+54+102=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #983666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983666 is #67C999. Grayscale: #585858. Windows color (decimal): -6801818 or 6698648. OLE color: 6698648.
HSL color Cylindrical-coordinate representation of color #983666: hue angle of 330.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983666 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 102 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.40 |
| HSL | 330.61º | 0.48% | 0.4% | - |
| HSV(B) | 330.61º | 0.64% | 0.6% | - |
| XYZ | 16.67 | 10.27 | 13.67 | - |
| YUV | 88.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 102 | 0 | 0.64 | 0.33 | 0.40 | 330.61 | 0.48 | 0.4 |
| Hex | 98 | 36 | 66 | 0 | 40 | 21 | 28 | 14B | 30 | 28 |
| Octal | 230 | 66 | 146 | 0 | 100 | 41 | 50 | 513 | 60 | 50 |
| Binary | 10011000 | 110110 | 1100110 | 0 | 1000000 | 100001 | 101000 | 101001011 | 110000 | 101000 |
Color Harmonies of #983666
Complementary color
Monochromatic Colors of #983666
Black with #983666
Text Example
Text Example
White with #983666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983666; }
p { color: rgb(152,54,102); }
H1.HeaderClassName
{
color: #983666;
}
.AnyTagClassName
{
color: #983666;
}
</style>
background-color css
<style>
a { background-color: #983666; }
a { background-color: rgb(152,54,102); }
div.DivClassName
{
background-color: #983666;
}
.BgClassName
{
background-color: #983666;
}
</style>
border-color css
<style>
span { border-color: #983666; }
span { border-color: rgb(152,54,102); }
td.TdClassName
{
border-color: #983666;
}
.TagClassName
{
border-color: #983666;
}
</style>