Shades of Lipstick #982653
Tints of Lipstick #982653
RGB
CMYK
RGB Variations
Color information
#982653 (or 0x982653) is known color: Lipstick. HEX triplet: 98, 26 and 53. RGB value is (152,38,83). Sum of RGB (Red+Green+Blue) = 152+38+83=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #982653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982653 is #67D9AC. Grayscale: #4D4D4D. Windows color (decimal): -6805933 or 5449368. OLE color: 5449368.
HSL color Cylindrical-coordinate representation of color #982653: hue angle of 336.32º 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 #982653 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 83 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.40 |
| HSL | 336.32º | 0.6% | 0.37% | - |
| HSV(B) | 336.32º | 0.75% | 0.6% | - |
| XYZ | 15.2 | 8.69 | 9.06 | - |
| YUV | 77.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 83 | 0 | 0.75 | 0.45 | 0.40 | 336.32 | 0.6 | 0.37 |
| Hex | 98 | 26 | 53 | 0 | 4B | 2D | 28 | 150 | 3C | 25 |
| Octal | 230 | 46 | 123 | 0 | 113 | 55 | 50 | 520 | 74 | 45 |
| Binary | 10011000 | 100110 | 1010011 | 0 | 1001011 | 101101 | 101000 | 101010000 | 111100 | 100101 |
Color Harmonies of #982653
Complementary color
Monochromatic Colors of #982653
Black with #982653
Text Example
Text Example
White with #982653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982653; }
p { color: rgb(152,38,83); }
H1.HeaderClassName
{
color: #982653;
}
.AnyTagClassName
{
color: #982653;
}
</style>
background-color css
<style>
a { background-color: #982653; }
a { background-color: rgb(152,38,83); }
div.DivClassName
{
background-color: #982653;
}
.BgClassName
{
background-color: #982653;
}
</style>
border-color css
<style>
span { border-color: #982653; }
span { border-color: rgb(152,38,83); }
td.TdClassName
{
border-color: #982653;
}
.TagClassName
{
border-color: #982653;
}
</style>