Shades of Lipstick #981C48
Tints of Lipstick #981C48
RGB
CMYK
RGB Variations
Color information
#981C48 (or 0x981C48) is known color: Lipstick. HEX triplet: 98, 1C and 48. RGB value is (152,28,72). Sum of RGB (Red+Green+Blue) = 152+28+72=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #981C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981C48 is #67E3B7. Grayscale: #464646. Windows color (decimal): -6808504 or 4725912. OLE color: 4725912.
HSL color Cylindrical-coordinate representation of color #981C48: hue angle of 338.71º 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 #981C48 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 72 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.40 |
| HSL | 338.71º | 0.69% | 0.35% | - |
| HSV(B) | 338.71º | 0.82% | 0.6% | - |
| XYZ | 14.53 | 7.97 | 6.9 | - |
| YUV | 70.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 72 | 0 | 0.82 | 0.53 | 0.40 | 338.71 | 0.69 | 0.35 |
| Hex | 98 | 1C | 48 | 0 | 52 | 35 | 28 | 153 | 45 | 23 |
| Octal | 230 | 34 | 110 | 0 | 122 | 65 | 50 | 523 | 105 | 43 |
| Binary | 10011000 | 11100 | 1001000 | 0 | 1010010 | 110101 | 101000 | 101010011 | 1000101 | 100011 |
Color Harmonies of #981C48
Complementary color
Monochromatic Colors of #981C48
Black with #981C48
Text Example
Text Example
White with #981C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C48; }
p { color: rgb(152,28,72); }
H1.HeaderClassName
{
color: #981C48;
}
.AnyTagClassName
{
color: #981C48;
}
</style>
background-color css
<style>
a { background-color: #981C48; }
a { background-color: rgb(152,28,72); }
div.DivClassName
{
background-color: #981C48;
}
.BgClassName
{
background-color: #981C48;
}
</style>
border-color css
<style>
span { border-color: #981C48; }
span { border-color: rgb(152,28,72); }
td.TdClassName
{
border-color: #981C48;
}
.TagClassName
{
border-color: #981C48;
}
</style>