Shades of Lipstick #981C47
Tints of Lipstick #981C47
RGB
CMYK
RGB Variations
Color information
#981C47 (or 0x981C47) is known color: Lipstick. HEX triplet: 98, 1C and 47. RGB value is (152,28,71). Sum of RGB (Red+Green+Blue) = 152+28+71=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #981C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C47 is #67E3B8. Grayscale: #454545. Windows color (decimal): -6808505 or 4660376. OLE color: 4660376.
HSL color Cylindrical-coordinate representation of color #981C47: hue angle of 339.19º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C47 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 71 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.40 |
| HSL | 339.19º | 0.69% | 0.35% | - |
| HSV(B) | 339.19º | 0.82% | 0.6% | - |
| XYZ | 14.5 | 7.96 | 6.73 | - |
| YUV | 69.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 71 | 0 | 0.82 | 0.53 | 0.40 | 339.19 | 0.69 | 0.35 |
| Hex | 98 | 1C | 47 | 0 | 52 | 35 | 28 | 153 | 45 | 23 |
| Octal | 230 | 34 | 107 | 0 | 122 | 65 | 50 | 523 | 105 | 43 |
| Binary | 10011000 | 11100 | 1000111 | 0 | 1010010 | 110101 | 101000 | 101010011 | 1000101 | 100011 |
Color Harmonies of #981C47
Complementary color
Monochromatic Colors of #981C47
Black with #981C47
Text Example
Text Example
White with #981C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C47; }
p { color: rgb(152,28,71); }
H1.HeaderClassName
{
color: #981C47;
}
.AnyTagClassName
{
color: #981C47;
}
</style>
background-color css
<style>
a { background-color: #981C47; }
a { background-color: rgb(152,28,71); }
div.DivClassName
{
background-color: #981C47;
}
.BgClassName
{
background-color: #981C47;
}
</style>
border-color css
<style>
span { border-color: #981C47; }
span { border-color: rgb(152,28,71); }
td.TdClassName
{
border-color: #981C47;
}
.TagClassName
{
border-color: #981C47;
}
</style>