Shades of Lipstick #982768
Tints of Lipstick #982768
RGB
CMYK
RGB Variations
Color information
#982768 (or 0x982768) is known color: Lipstick. HEX triplet: 98, 27 and 68. RGB value is (152,39,104). Sum of RGB (Red+Green+Blue) = 152+39+104=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #982768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982768 is #67D897. Grayscale: #505050. Windows color (decimal): -6805656 or 6825880. OLE color: 6825880.
HSL color Cylindrical-coordinate representation of color #982768: hue angle of 325.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982768 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 39 | 104 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.40 |
| HSL | 325.49º | 0.59% | 0.37% | - |
| HSV(B) | 325.49º | 0.74% | 0.6% | - |
| XYZ | 16.17 | 9.13 | 14.01 | - |
| YUV | 80.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 104 | 0 | 0.74 | 0.32 | 0.40 | 325.49 | 0.59 | 0.37 |
| Hex | 98 | 27 | 68 | 0 | 4A | 20 | 28 | 145 | 3B | 25 |
| Octal | 230 | 47 | 150 | 0 | 112 | 40 | 50 | 505 | 73 | 45 |
| Binary | 10011000 | 100111 | 1101000 | 0 | 1001010 | 100000 | 101000 | 101000101 | 111011 | 100101 |
Color Harmonies of #982768
Complementary color
Monochromatic Colors of #982768
Black with #982768
Text Example
Text Example
White with #982768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982768; }
p { color: rgb(152,39,104); }
H1.HeaderClassName
{
color: #982768;
}
.AnyTagClassName
{
color: #982768;
}
</style>
background-color css
<style>
a { background-color: #982768; }
a { background-color: rgb(152,39,104); }
div.DivClassName
{
background-color: #982768;
}
.BgClassName
{
background-color: #982768;
}
</style>
border-color css
<style>
span { border-color: #982768; }
span { border-color: rgb(152,39,104); }
td.TdClassName
{
border-color: #982768;
}
.TagClassName
{
border-color: #982768;
}
</style>