Shades of Lipstick #982651
Tints of Lipstick #982651
RGB
CMYK
RGB Variations
Color information
#982651 (or 0x982651) is known color: Lipstick. HEX triplet: 98, 26 and 51. RGB value is (152,38,81). Sum of RGB (Red+Green+Blue) = 152+38+81=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #982651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982651 is #67D9AE. Grayscale: #4C4C4C. Windows color (decimal): -6805935 or 5318296. OLE color: 5318296.
HSL color Cylindrical-coordinate representation of color #982651: hue angle of 337.37º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982651 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 81 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.40 |
| HSL | 337.37º | 0.6% | 0.37% | - |
| HSV(B) | 337.37º | 0.75% | 0.6% | - |
| XYZ | 15.13 | 8.66 | 8.66 | - |
| YUV | 76.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 81 | 0 | 0.75 | 0.47 | 0.40 | 337.37 | 0.6 | 0.37 |
| Hex | 98 | 26 | 51 | 0 | 4B | 2F | 28 | 151 | 3C | 25 |
| Octal | 230 | 46 | 121 | 0 | 113 | 57 | 50 | 521 | 74 | 45 |
| Binary | 10011000 | 100110 | 1010001 | 0 | 1001011 | 101111 | 101000 | 101010001 | 111100 | 100101 |
Color Harmonies of #982651
Complementary color
Monochromatic Colors of #982651
Black with #982651
Text Example
Text Example
White with #982651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982651; }
p { color: rgb(152,38,81); }
H1.HeaderClassName
{
color: #982651;
}
.AnyTagClassName
{
color: #982651;
}
</style>
background-color css
<style>
a { background-color: #982651; }
a { background-color: rgb(152,38,81); }
div.DivClassName
{
background-color: #982651;
}
.BgClassName
{
background-color: #982651;
}
</style>
border-color css
<style>
span { border-color: #982651; }
span { border-color: rgb(152,38,81); }
td.TdClassName
{
border-color: #982651;
}
.TagClassName
{
border-color: #982651;
}
</style>