Shades of Lipstick #983565
Tints of Lipstick #983565
RGB
CMYK
RGB Variations
Color information
#983565 (or 0x983565) is known color: Lipstick. HEX triplet: 98, 35 and 65. RGB value is (152,53,101). Sum of RGB (Red+Green+Blue) = 152+53+101=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983565 is #67CA9A. Grayscale: #575757. Windows color (decimal): -6802075 or 6632856. OLE color: 6632856.
HSL color Cylindrical-coordinate representation of color #983565: hue angle of 330.91º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #983565 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 101 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.40 |
| HSL | 330.91º | 0.48% | 0.4% | - |
| HSV(B) | 330.91º | 0.65% | 0.6% | - |
| XYZ | 16.57 | 10.16 | 13.4 | - |
| YUV | 88.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 101 | 0 | 0.65 | 0.34 | 0.40 | 330.91 | 0.48 | 0.4 |
| Hex | 98 | 35 | 65 | 0 | 41 | 22 | 28 | 14B | 30 | 28 |
| Octal | 230 | 65 | 145 | 0 | 101 | 42 | 50 | 513 | 60 | 50 |
| Binary | 10011000 | 110101 | 1100101 | 0 | 1000001 | 100010 | 101000 | 101001011 | 110000 | 101000 |
Color Harmonies of #983565
Complementary color
Monochromatic Colors of #983565
Black with #983565
Text Example
Text Example
White with #983565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983565; }
p { color: rgb(152,53,101); }
H1.HeaderClassName
{
color: #983565;
}
.AnyTagClassName
{
color: #983565;
}
</style>
background-color css
<style>
a { background-color: #983565; }
a { background-color: rgb(152,53,101); }
div.DivClassName
{
background-color: #983565;
}
.BgClassName
{
background-color: #983565;
}
</style>
border-color css
<style>
span { border-color: #983565; }
span { border-color: rgb(152,53,101); }
td.TdClassName
{
border-color: #983565;
}
.TagClassName
{
border-color: #983565;
}
</style>