Shades of Lipstick #98205A
Tints of Lipstick #98205A
RGB
CMYK
RGB Variations
Color information
#98205A (or 0x98205A) is known color: Lipstick. HEX triplet: 98, 20 and 5A. RGB value is (152,32,90). Sum of RGB (Red+Green+Blue) = 152+32+90=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #98205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98205A is #67DFA5. Grayscale: #4A4A4A. Windows color (decimal): -6807462 or 5906584. OLE color: 5906584.
HSL color Cylindrical-coordinate representation of color #98205A: hue angle of 331º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98205A is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 32 | 90 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.40 |
| HSL | 331º | 0.65% | 0.36% | - |
| HSV(B) | 331º | 0.79% | 0.6% | - |
| XYZ | 15.31 | 8.45 | 10.5 | - |
| YUV | 74.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 32 | 90 | 0 | 0.79 | 0.41 | 0.40 | 331 | 0.65 | 0.36 |
| Hex | 98 | 20 | 5A | 0 | 4F | 29 | 28 | 14B | 41 | 24 |
| Octal | 230 | 40 | 132 | 0 | 117 | 51 | 50 | 513 | 101 | 44 |
| Binary | 10011000 | 100000 | 1011010 | 0 | 1001111 | 101001 | 101000 | 101001011 | 1000001 | 100100 |
Color Harmonies of #98205A
Complementary color
Monochromatic Colors of #98205A
Black with #98205A
Text Example
Text Example
White with #98205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98205A; }
p { color: rgb(152,32,90); }
H1.HeaderClassName
{
color: #98205A;
}
.AnyTagClassName
{
color: #98205A;
}
</style>
background-color css
<style>
a { background-color: #98205A; }
a { background-color: rgb(152,32,90); }
div.DivClassName
{
background-color: #98205A;
}
.BgClassName
{
background-color: #98205A;
}
</style>
border-color css
<style>
span { border-color: #98205A; }
span { border-color: rgb(152,32,90); }
td.TdClassName
{
border-color: #98205A;
}
.TagClassName
{
border-color: #98205A;
}
</style>