Shades of Lipstick #980F41
Tints of Lipstick #980F41
RGB
CMYK
RGB Variations
Color information
#980F41 (or 0x980F41) is known color: Lipstick. HEX triplet: 98, 0F and 41. RGB value is (152,15,65). Sum of RGB (Red+Green+Blue) = 152+15+65=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #980F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F41 is #67F0BE. Grayscale: #3D3D3D. Windows color (decimal): -6811839 or 4263832. OLE color: 4263832.
HSL color Cylindrical-coordinate representation of color #980F41: hue angle of 338.1º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F41 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 65 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.40 |
| HSL | 338.1º | 0.82% | 0.33% | - |
| HSV(B) | 338.1º | 0.9% | 0.6% | - |
| XYZ | 14.07 | 7.4 | 5.69 | - |
| YUV | 61.66 | 129.89 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 65 | 0 | 0.90 | 0.57 | 0.40 | 338.1 | 0.82 | 0.33 |
| Hex | 98 | F | 41 | 0 | 5A | 39 | 28 | 152 | 52 | 21 |
| Octal | 230 | 17 | 101 | 0 | 132 | 71 | 50 | 522 | 122 | 41 |
| Binary | 10011000 | 1111 | 1000001 | 0 | 1011010 | 111001 | 101000 | 101010010 | 1010010 | 100001 |
Color Harmonies of #980F41
Complementary color
Monochromatic Colors of #980F41
Black with #980F41
Text Example
Text Example
White with #980F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F41; }
p { color: rgb(152,15,65); }
H1.HeaderClassName
{
color: #980F41;
}
.AnyTagClassName
{
color: #980F41;
}
</style>
background-color css
<style>
a { background-color: #980F41; }
a { background-color: rgb(152,15,65); }
div.DivClassName
{
background-color: #980F41;
}
.BgClassName
{
background-color: #980F41;
}
</style>
border-color css
<style>
span { border-color: #980F41; }
span { border-color: rgb(152,15,65); }
td.TdClassName
{
border-color: #980F41;
}
.TagClassName
{
border-color: #980F41;
}
</style>