Shades of Lipstick #981D56
Tints of Lipstick #981D56
RGB
CMYK
RGB Variations
Color information
#981D56 (or 0x981D56) is known color: Lipstick. HEX triplet: 98, 1D and 56. RGB value is (152,29,86). Sum of RGB (Red+Green+Blue) = 152+29+86=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #981D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D56 is #67E2A9. Grayscale: #484848. Windows color (decimal): -6808234 or 5643672. OLE color: 5643672.
HSL color Cylindrical-coordinate representation of color #981D56: hue angle of 332.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D56 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 29 | 86 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.40 |
| HSL | 332.2º | 0.68% | 0.35% | - |
| HSV(B) | 332.2º | 0.81% | 0.6% | - |
| XYZ | 15.07 | 8.23 | 9.6 | - |
| YUV | 72.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 29 | 86 | 0 | 0.81 | 0.43 | 0.40 | 332.2 | 0.68 | 0.35 |
| Hex | 98 | 1D | 56 | 0 | 51 | 2B | 28 | 14C | 44 | 23 |
| Octal | 230 | 35 | 126 | 0 | 121 | 53 | 50 | 514 | 104 | 43 |
| Binary | 10011000 | 11101 | 1010110 | 0 | 1010001 | 101011 | 101000 | 101001100 | 1000100 | 100011 |
Color Harmonies of #981D56
Complementary color
Monochromatic Colors of #981D56
Black with #981D56
Text Example
Text Example
White with #981D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981D56; }
p { color: rgb(152,29,86); }
H1.HeaderClassName
{
color: #981D56;
}
.AnyTagClassName
{
color: #981D56;
}
</style>
background-color css
<style>
a { background-color: #981D56; }
a { background-color: rgb(152,29,86); }
div.DivClassName
{
background-color: #981D56;
}
.BgClassName
{
background-color: #981D56;
}
</style>
border-color css
<style>
span { border-color: #981D56; }
span { border-color: rgb(152,29,86); }
td.TdClassName
{
border-color: #981D56;
}
.TagClassName
{
border-color: #981D56;
}
</style>