Shades of Lipstick #983763
Tints of Lipstick #983763
RGB
CMYK
RGB Variations
Color information
#983763 (or 0x983763) is known color: Lipstick. HEX triplet: 98, 37 and 63. RGB value is (152,55,99). Sum of RGB (Red+Green+Blue) = 152+55+99=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983763 is #67C89C. Grayscale: #585858. Windows color (decimal): -6801565 or 6502296. OLE color: 6502296.
HSL color Cylindrical-coordinate representation of color #983763: hue angle of 332.78º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983763 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 99 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.40 |
| HSL | 332.78º | 0.47% | 0.41% | - |
| HSV(B) | 332.78º | 0.64% | 0.6% | - |
| XYZ | 16.57 | 10.31 | 12.92 | - |
| YUV | 89.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 99 | 0 | 0.64 | 0.35 | 0.40 | 332.78 | 0.47 | 0.41 |
| Hex | 98 | 37 | 63 | 0 | 40 | 23 | 28 | 14D | 2F | 29 |
| Octal | 230 | 67 | 143 | 0 | 100 | 43 | 50 | 515 | 57 | 51 |
| Binary | 10011000 | 110111 | 1100011 | 0 | 1000000 | 100011 | 101000 | 101001101 | 101111 | 101001 |
Color Harmonies of #983763
Complementary color
Monochromatic Colors of #983763
Black with #983763
Text Example
Text Example
White with #983763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983763; }
p { color: rgb(152,55,99); }
H1.HeaderClassName
{
color: #983763;
}
.AnyTagClassName
{
color: #983763;
}
</style>
background-color css
<style>
a { background-color: #983763; }
a { background-color: rgb(152,55,99); }
div.DivClassName
{
background-color: #983763;
}
.BgClassName
{
background-color: #983763;
}
</style>
border-color css
<style>
span { border-color: #983763; }
span { border-color: rgb(152,55,99); }
td.TdClassName
{
border-color: #983763;
}
.TagClassName
{
border-color: #983763;
}
</style>