Shades of Lipstick #981741
Tints of Lipstick #981741
RGB
CMYK
RGB Variations
Color information
#981741 (or 0x981741) is known color: Lipstick. HEX triplet: 98, 17 and 41. RGB value is (152,23,65). Sum of RGB (Red+Green+Blue) = 152+23+65=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #981741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981741 is #67E8BE. Grayscale: #424242. Windows color (decimal): -6809791 or 4265880. OLE color: 4265880.
HSL color Cylindrical-coordinate representation of color #981741: hue angle of 340.47º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981741 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 65 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.40 |
| HSL | 340.47º | 0.74% | 0.34% | - |
| HSV(B) | 340.47º | 0.85% | 0.6% | - |
| XYZ | 14.21 | 7.67 | 5.73 | - |
| YUV | 66.36 | 127.24 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 65 | 0 | 0.85 | 0.57 | 0.40 | 340.47 | 0.74 | 0.34 |
| Hex | 98 | 17 | 41 | 0 | 55 | 39 | 28 | 154 | 4A | 22 |
| Octal | 230 | 27 | 101 | 0 | 125 | 71 | 50 | 524 | 112 | 42 |
| Binary | 10011000 | 10111 | 1000001 | 0 | 1010101 | 111001 | 101000 | 101010100 | 1001010 | 100010 |
Color Harmonies of #981741
Complementary color
Monochromatic Colors of #981741
Black with #981741
Text Example
Text Example
White with #981741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981741; }
p { color: rgb(152,23,65); }
H1.HeaderClassName
{
color: #981741;
}
.AnyTagClassName
{
color: #981741;
}
</style>
background-color css
<style>
a { background-color: #981741; }
a { background-color: rgb(152,23,65); }
div.DivClassName
{
background-color: #981741;
}
.BgClassName
{
background-color: #981741;
}
</style>
border-color css
<style>
span { border-color: #981741; }
span { border-color: rgb(152,23,65); }
td.TdClassName
{
border-color: #981741;
}
.TagClassName
{
border-color: #981741;
}
</style>