Shades of Lipstick #98304A
Tints of Lipstick #98304A
RGB
CMYK
RGB Variations
Color information
#98304A (or 0x98304A) is known color: Lipstick. HEX triplet: 98, 30 and 4A. RGB value is (152,48,74). Sum of RGB (Red+Green+Blue) = 152+48+74=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #98304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98304A is #67CFB5. Grayscale: #525252. Windows color (decimal): -6803382 or 4862104. OLE color: 4862104.
HSL color Cylindrical-coordinate representation of color #98304A: hue angle of 345º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98304A is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 74 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.40 |
| HSL | 345º | 0.52% | 0.39% | - |
| HSV(B) | 345º | 0.68% | 0.6% | - |
| XYZ | 15.24 | 9.28 | 7.47 | - |
| YUV | 82.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 74 | 0 | 0.68 | 0.51 | 0.40 | 345 | 0.52 | 0.39 |
| Hex | 98 | 30 | 4A | 0 | 44 | 33 | 28 | 159 | 34 | 27 |
| Octal | 230 | 60 | 112 | 0 | 104 | 63 | 50 | 531 | 64 | 47 |
| Binary | 10011000 | 110000 | 1001010 | 0 | 1000100 | 110011 | 101000 | 101011001 | 110100 | 100111 |
Color Harmonies of #98304A
Complementary color
Monochromatic Colors of #98304A
Black with #98304A
Text Example
Text Example
White with #98304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98304A; }
p { color: rgb(152,48,74); }
H1.HeaderClassName
{
color: #98304A;
}
.AnyTagClassName
{
color: #98304A;
}
</style>
background-color css
<style>
a { background-color: #98304A; }
a { background-color: rgb(152,48,74); }
div.DivClassName
{
background-color: #98304A;
}
.BgClassName
{
background-color: #98304A;
}
</style>
border-color css
<style>
span { border-color: #98304A; }
span { border-color: rgb(152,48,74); }
td.TdClassName
{
border-color: #98304A;
}
.TagClassName
{
border-color: #98304A;
}
</style>