Shades of Lipstick #98224B
Tints of Lipstick #98224B
RGB
CMYK
RGB Variations
Color information
#98224B (or 0x98224B) is known color: Lipstick. HEX triplet: 98, 22 and 4B. RGB value is (152,34,75). Sum of RGB (Red+Green+Blue) = 152+34+75=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98224B is #67DDB4. Grayscale: #494949. Windows color (decimal): -6806965 or 4924056. OLE color: 4924056.
HSL color Cylindrical-coordinate representation of color #98224B: hue angle of 339.15º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98224B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 75 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.40 |
| HSL | 339.15º | 0.63% | 0.36% | - |
| HSV(B) | 339.15º | 0.78% | 0.6% | - |
| XYZ | 14.79 | 8.33 | 7.48 | - |
| YUV | 73.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 75 | 0 | 0.78 | 0.51 | 0.40 | 339.15 | 0.63 | 0.36 |
| Hex | 98 | 22 | 4B | 0 | 4E | 33 | 28 | 153 | 3F | 24 |
| Octal | 230 | 42 | 113 | 0 | 116 | 63 | 50 | 523 | 77 | 44 |
| Binary | 10011000 | 100010 | 1001011 | 0 | 1001110 | 110011 | 101000 | 101010011 | 111111 | 100100 |
Color Harmonies of #98224B
Complementary color
Monochromatic Colors of #98224B
Black with #98224B
Text Example
Text Example
White with #98224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98224B; }
p { color: rgb(152,34,75); }
H1.HeaderClassName
{
color: #98224B;
}
.AnyTagClassName
{
color: #98224B;
}
</style>
background-color css
<style>
a { background-color: #98224B; }
a { background-color: rgb(152,34,75); }
div.DivClassName
{
background-color: #98224B;
}
.BgClassName
{
background-color: #98224B;
}
</style>
border-color css
<style>
span { border-color: #98224B; }
span { border-color: rgb(152,34,75); }
td.TdClassName
{
border-color: #98224B;
}
.TagClassName
{
border-color: #98224B;
}
</style>