Shades of Lipstick #98255B
Tints of Lipstick #98255B
RGB
CMYK
RGB Variations
Color information
#98255B (or 0x98255B) is known color: Lipstick. HEX triplet: 98, 25 and 5B. RGB value is (152,37,91). Sum of RGB (Red+Green+Blue) = 152+37+91=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98255B is #67DAA4. Grayscale: #4D4D4D. Windows color (decimal): -6806181 or 5973400. OLE color: 5973400.
HSL color Cylindrical-coordinate representation of color #98255B: hue angle of 331.83º 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 #98255B is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 91 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.40 |
| HSL | 331.83º | 0.61% | 0.37% | - |
| HSV(B) | 331.83º | 0.76% | 0.6% | - |
| XYZ | 15.5 | 8.75 | 10.77 | - |
| YUV | 77.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 91 | 0 | 0.76 | 0.40 | 0.40 | 331.83 | 0.61 | 0.37 |
| Hex | 98 | 25 | 5B | 0 | 4C | 28 | 28 | 14C | 3D | 25 |
| Octal | 230 | 45 | 133 | 0 | 114 | 50 | 50 | 514 | 75 | 45 |
| Binary | 10011000 | 100101 | 1011011 | 0 | 1001100 | 101000 | 101000 | 101001100 | 111101 | 100101 |
Color Harmonies of #98255B
Complementary color
Monochromatic Colors of #98255B
Black with #98255B
Text Example
Text Example
White with #98255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98255B; }
p { color: rgb(152,37,91); }
H1.HeaderClassName
{
color: #98255B;
}
.AnyTagClassName
{
color: #98255B;
}
</style>
background-color css
<style>
a { background-color: #98255B; }
a { background-color: rgb(152,37,91); }
div.DivClassName
{
background-color: #98255B;
}
.BgClassName
{
background-color: #98255B;
}
</style>
border-color css
<style>
span { border-color: #98255B; }
span { border-color: rgb(152,37,91); }
td.TdClassName
{
border-color: #98255B;
}
.TagClassName
{
border-color: #98255B;
}
</style>