Shades of Lipstick #98265C
Tints of Lipstick #98265C
RGB
CMYK
RGB Variations
Color information
#98265C (or 0x98265C) is known color: Lipstick. HEX triplet: 98, 26 and 5C. RGB value is (152,38,92). Sum of RGB (Red+Green+Blue) = 152+38+92=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98265C is #67D9A3. Grayscale: #4E4E4E. Windows color (decimal): -6805924 or 6039192. OLE color: 6039192.
HSL color Cylindrical-coordinate representation of color #98265C: hue angle of 331.58º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98265C is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 38 | 92 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.40 |
| HSL | 331.58º | 0.6% | 0.37% | - |
| HSV(B) | 331.58º | 0.75% | 0.6% | - |
| XYZ | 15.57 | 8.83 | 11.01 | - |
| YUV | 78.24 | 135.77 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 92 | 0 | 0.75 | 0.39 | 0.40 | 331.58 | 0.6 | 0.37 |
| Hex | 98 | 26 | 5C | 0 | 4B | 27 | 28 | 14C | 3C | 25 |
| Octal | 230 | 46 | 134 | 0 | 113 | 47 | 50 | 514 | 74 | 45 |
| Binary | 10011000 | 100110 | 1011100 | 0 | 1001011 | 100111 | 101000 | 101001100 | 111100 | 100101 |
Color Harmonies of #98265C
Complementary color
Monochromatic Colors of #98265C
Black with #98265C
Text Example
Text Example
White with #98265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98265C; }
p { color: rgb(152,38,92); }
H1.HeaderClassName
{
color: #98265C;
}
.AnyTagClassName
{
color: #98265C;
}
</style>
background-color css
<style>
a { background-color: #98265C; }
a { background-color: rgb(152,38,92); }
div.DivClassName
{
background-color: #98265C;
}
.BgClassName
{
background-color: #98265C;
}
</style>
border-color css
<style>
span { border-color: #98265C; }
span { border-color: rgb(152,38,92); }
td.TdClassName
{
border-color: #98265C;
}
.TagClassName
{
border-color: #98265C;
}
</style>