Shades of Lipstick #98255E
Tints of Lipstick #98255E
RGB
CMYK
RGB Variations
Color information
#98255E (or 0x98255E) is known color: Lipstick. HEX triplet: 98, 25 and 5E. RGB value is (152,37,94). Sum of RGB (Red+Green+Blue) = 152+37+94=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98255E is #67DAA1. Grayscale: #4D4D4D. Windows color (decimal): -6806178 or 6170008. OLE color: 6170008.
HSL color Cylindrical-coordinate representation of color #98255E: hue angle of 330.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98255E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 94 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.40 |
| HSL | 330.26º | 0.61% | 0.37% | - |
| HSV(B) | 330.26º | 0.76% | 0.6% | - |
| XYZ | 15.63 | 8.81 | 11.47 | - |
| YUV | 77.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 94 | 0 | 0.76 | 0.38 | 0.40 | 330.26 | 0.61 | 0.37 |
| Hex | 98 | 25 | 5E | 0 | 4C | 26 | 28 | 14A | 3D | 25 |
| Octal | 230 | 45 | 136 | 0 | 114 | 46 | 50 | 512 | 75 | 45 |
| Binary | 10011000 | 100101 | 1011110 | 0 | 1001100 | 100110 | 101000 | 101001010 | 111101 | 100101 |
Color Harmonies of #98255E
Complementary color
Monochromatic Colors of #98255E
Black with #98255E
Text Example
Text Example
White with #98255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98255E; }
p { color: rgb(152,37,94); }
H1.HeaderClassName
{
color: #98255E;
}
.AnyTagClassName
{
color: #98255E;
}
</style>
background-color css
<style>
a { background-color: #98255E; }
a { background-color: rgb(152,37,94); }
div.DivClassName
{
background-color: #98255E;
}
.BgClassName
{
background-color: #98255E;
}
</style>
border-color css
<style>
span { border-color: #98255E; }
span { border-color: rgb(152,37,94); }
td.TdClassName
{
border-color: #98255E;
}
.TagClassName
{
border-color: #98255E;
}
</style>