Shades of Lipstick #98193F
Tints of Lipstick #98193F
RGB
CMYK
RGB Variations
Color information
#98193F (or 0x98193F) is known color: Lipstick. HEX triplet: 98, 19 and 3F. RGB value is (152,25,63). Sum of RGB (Red+Green+Blue) = 152+25+63=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #98193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98193F is #67E6C0. Grayscale: #434343. Windows color (decimal): -6809281 or 4135320. OLE color: 4135320.
HSL color Cylindrical-coordinate representation of color #98193F: hue angle of 342.05º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98193F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 63 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.40 |
| HSL | 342.05º | 0.72% | 0.35% | - |
| HSV(B) | 342.05º | 0.84% | 0.6% | - |
| XYZ | 14.19 | 7.73 | 5.45 | - |
| YUV | 67.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 63 | 0 | 0.84 | 0.59 | 0.40 | 342.05 | 0.72 | 0.35 |
| Hex | 98 | 19 | 3F | 0 | 54 | 3B | 28 | 156 | 48 | 23 |
| Octal | 230 | 31 | 77 | 0 | 124 | 73 | 50 | 526 | 110 | 43 |
| Binary | 10011000 | 11001 | 111111 | 0 | 1010100 | 111011 | 101000 | 101010110 | 1001000 | 100011 |
Color Harmonies of #98193F
Complementary color
Monochromatic Colors of #98193F
Black with #98193F
Text Example
Text Example
White with #98193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98193F; }
p { color: rgb(152,25,63); }
H1.HeaderClassName
{
color: #98193F;
}
.AnyTagClassName
{
color: #98193F;
}
</style>
background-color css
<style>
a { background-color: #98193F; }
a { background-color: rgb(152,25,63); }
div.DivClassName
{
background-color: #98193F;
}
.BgClassName
{
background-color: #98193F;
}
</style>
border-color css
<style>
span { border-color: #98193F; }
span { border-color: rgb(152,25,63); }
td.TdClassName
{
border-color: #98193F;
}
.TagClassName
{
border-color: #98193F;
}
</style>