Shades of Lipstick #98254C
Tints of Lipstick #98254C
RGB
CMYK
RGB Variations
Color information
#98254C (or 0x98254C) is known color: Lipstick. HEX triplet: 98, 25 and 4C. RGB value is (152,37,76). Sum of RGB (Red+Green+Blue) = 152+37+76=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98254C is #67DAB3. Grayscale: #4B4B4B. Windows color (decimal): -6806196 or 4990360. OLE color: 4990360.
HSL color Cylindrical-coordinate representation of color #98254C: hue angle of 339.65º 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 #98254C is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 37 | 76 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.40 |
| HSL | 339.65º | 0.61% | 0.37% | - |
| HSV(B) | 339.65º | 0.76% | 0.6% | - |
| XYZ | 14.91 | 8.52 | 7.7 | - |
| YUV | 75.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 76 | 0 | 0.76 | 0.50 | 0.40 | 339.65 | 0.61 | 0.37 |
| Hex | 98 | 25 | 4C | 0 | 4C | 32 | 28 | 154 | 3D | 25 |
| Octal | 230 | 45 | 114 | 0 | 114 | 62 | 50 | 524 | 75 | 45 |
| Binary | 10011000 | 100101 | 1001100 | 0 | 1001100 | 110010 | 101000 | 101010100 | 111101 | 100101 |
Color Harmonies of #98254C
Complementary color
Monochromatic Colors of #98254C
Black with #98254C
Text Example
Text Example
White with #98254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98254C; }
p { color: rgb(152,37,76); }
H1.HeaderClassName
{
color: #98254C;
}
.AnyTagClassName
{
color: #98254C;
}
</style>
background-color css
<style>
a { background-color: #98254C; }
a { background-color: rgb(152,37,76); }
div.DivClassName
{
background-color: #98254C;
}
.BgClassName
{
background-color: #98254C;
}
</style>
border-color css
<style>
span { border-color: #98254C; }
span { border-color: rgb(152,37,76); }
td.TdClassName
{
border-color: #98254C;
}
.TagClassName
{
border-color: #98254C;
}
</style>