Shades of Lipstick #983065
Tints of Lipstick #983065
RGB
CMYK
RGB Variations
Color information
#983065 (or 0x983065) is known color: Lipstick. HEX triplet: 98, 30 and 65. RGB value is (152,48,101). Sum of RGB (Red+Green+Blue) = 152+48+101=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983065 is #67CF9A. Grayscale: #555555. Windows color (decimal): -6803355 or 6631576. OLE color: 6631576.
HSL color Cylindrical-coordinate representation of color #983065: hue angle of 329.42º degrees, saturation: 0.52, 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 #983065 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 101 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.40 |
| HSL | 329.42º | 0.52% | 0.39% | - |
| HSV(B) | 329.42º | 0.68% | 0.6% | - |
| XYZ | 16.35 | 9.73 | 13.33 | - |
| YUV | 85.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 101 | 0 | 0.68 | 0.34 | 0.40 | 329.42 | 0.52 | 0.39 |
| Hex | 98 | 30 | 65 | 0 | 44 | 22 | 28 | 149 | 34 | 27 |
| Octal | 230 | 60 | 145 | 0 | 104 | 42 | 50 | 511 | 64 | 47 |
| Binary | 10011000 | 110000 | 1100101 | 0 | 1000100 | 100010 | 101000 | 101001001 | 110100 | 100111 |
Color Harmonies of #983065
Complementary color
Monochromatic Colors of #983065
Black with #983065
Text Example
Text Example
White with #983065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983065; }
p { color: rgb(152,48,101); }
H1.HeaderClassName
{
color: #983065;
}
.AnyTagClassName
{
color: #983065;
}
</style>
background-color css
<style>
a { background-color: #983065; }
a { background-color: rgb(152,48,101); }
div.DivClassName
{
background-color: #983065;
}
.BgClassName
{
background-color: #983065;
}
</style>
border-color css
<style>
span { border-color: #983065; }
span { border-color: rgb(152,48,101); }
td.TdClassName
{
border-color: #983065;
}
.TagClassName
{
border-color: #983065;
}
</style>