Shades of Lipstick #983652
Tints of Lipstick #983652
RGB
CMYK
RGB Variations
Color information
#983652 (or 0x983652) is known color: Lipstick. HEX triplet: 98, 36 and 52. RGB value is (152,54,82). Sum of RGB (Red+Green+Blue) = 152+54+82=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #983652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983652 is #67C9AD. Grayscale: #565656. Windows color (decimal): -6801838 or 5387928. OLE color: 5387928.
HSL color Cylindrical-coordinate representation of color #983652: hue angle of 342.86º 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 #983652 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 82 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.40 |
| HSL | 342.86º | 0.48% | 0.4% | - |
| HSV(B) | 342.86º | 0.64% | 0.6% | - |
| XYZ | 15.79 | 9.92 | 9.07 | - |
| YUV | 86.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 82 | 0 | 0.64 | 0.46 | 0.40 | 342.86 | 0.48 | 0.4 |
| Hex | 98 | 36 | 52 | 0 | 40 | 2E | 28 | 157 | 30 | 28 |
| Octal | 230 | 66 | 122 | 0 | 100 | 56 | 50 | 527 | 60 | 50 |
| Binary | 10011000 | 110110 | 1010010 | 0 | 1000000 | 101110 | 101000 | 101010111 | 110000 | 101000 |
Color Harmonies of #983652
Complementary color
Monochromatic Colors of #983652
Black with #983652
Text Example
Text Example
White with #983652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983652; }
p { color: rgb(152,54,82); }
H1.HeaderClassName
{
color: #983652;
}
.AnyTagClassName
{
color: #983652;
}
</style>
background-color css
<style>
a { background-color: #983652; }
a { background-color: rgb(152,54,82); }
div.DivClassName
{
background-color: #983652;
}
.BgClassName
{
background-color: #983652;
}
</style>
border-color css
<style>
span { border-color: #983652; }
span { border-color: rgb(152,54,82); }
td.TdClassName
{
border-color: #983652;
}
.TagClassName
{
border-color: #983652;
}
</style>