Shades of Lipstick #983151
Tints of Lipstick #983151
RGB
CMYK
RGB Variations
Color information
#983151 (or 0x983151) is known color: Lipstick. HEX triplet: 98, 31 and 51. RGB value is (152,49,81). Sum of RGB (Red+Green+Blue) = 152+49+81=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #983151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983151 is #67CEAE. Grayscale: #535353. Windows color (decimal): -6803119 or 5321112. OLE color: 5321112.
HSL color Cylindrical-coordinate representation of color #983151: hue angle of 341.36º degrees, saturation: 0.51, 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 #983151 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 49 | 81 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.40 |
| HSL | 341.36º | 0.51% | 0.39% | - |
| HSV(B) | 341.36º | 0.68% | 0.6% | - |
| XYZ | 15.53 | 9.47 | 8.79 | - |
| YUV | 83.45 | 126.62 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 81 | 0 | 0.68 | 0.47 | 0.40 | 341.36 | 0.51 | 0.39 |
| Hex | 98 | 31 | 51 | 0 | 44 | 2F | 28 | 155 | 33 | 27 |
| Octal | 230 | 61 | 121 | 0 | 104 | 57 | 50 | 525 | 63 | 47 |
| Binary | 10011000 | 110001 | 1010001 | 0 | 1000100 | 101111 | 101000 | 101010101 | 110011 | 100111 |
Color Harmonies of #983151
Complementary color
Monochromatic Colors of #983151
Black with #983151
Text Example
Text Example
White with #983151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983151; }
p { color: rgb(152,49,81); }
H1.HeaderClassName
{
color: #983151;
}
.AnyTagClassName
{
color: #983151;
}
</style>
background-color css
<style>
a { background-color: #983151; }
a { background-color: rgb(152,49,81); }
div.DivClassName
{
background-color: #983151;
}
.BgClassName
{
background-color: #983151;
}
</style>
border-color css
<style>
span { border-color: #983151; }
span { border-color: rgb(152,49,81); }
td.TdClassName
{
border-color: #983151;
}
.TagClassName
{
border-color: #983151;
}
</style>