Shades of Lipstick #98234C
Tints of Lipstick #98234C
RGB
CMYK
RGB Variations
Color information
#98234C (or 0x98234C) is known color: Lipstick. HEX triplet: 98, 23 and 4C. RGB value is (152,35,76). Sum of RGB (Red+Green+Blue) = 152+35+76=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98234C is #67DCB3. Grayscale: #4A4A4A. Windows color (decimal): -6806708 or 4989848. OLE color: 4989848.
HSL color Cylindrical-coordinate representation of color #98234C: hue angle of 338.97º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98234C is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 35 | 76 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.40 |
| HSL | 338.97º | 0.63% | 0.37% | - |
| HSV(B) | 338.97º | 0.77% | 0.6% | - |
| XYZ | 14.85 | 8.4 | 7.68 | - |
| YUV | 74.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 76 | 0 | 0.77 | 0.50 | 0.40 | 338.97 | 0.63 | 0.37 |
| Hex | 98 | 23 | 4C | 0 | 4D | 32 | 28 | 153 | 3F | 25 |
| Octal | 230 | 43 | 114 | 0 | 115 | 62 | 50 | 523 | 77 | 45 |
| Binary | 10011000 | 100011 | 1001100 | 0 | 1001101 | 110010 | 101000 | 101010011 | 111111 | 100101 |
Color Harmonies of #98234C
Complementary color
Monochromatic Colors of #98234C
Black with #98234C
Text Example
Text Example
White with #98234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98234C; }
p { color: rgb(152,35,76); }
H1.HeaderClassName
{
color: #98234C;
}
.AnyTagClassName
{
color: #98234C;
}
</style>
background-color css
<style>
a { background-color: #98234C; }
a { background-color: rgb(152,35,76); }
div.DivClassName
{
background-color: #98234C;
}
.BgClassName
{
background-color: #98234C;
}
</style>
border-color css
<style>
span { border-color: #98234C; }
span { border-color: rgb(152,35,76); }
td.TdClassName
{
border-color: #98234C;
}
.TagClassName
{
border-color: #98234C;
}
</style>