#98295A

Color #98295A Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #98295A

Tints of Lipstick #98295A

Color information

#98295A (or 0x98295A) is unknown color: approx Lipstick. HEX triplet: 98, 29 and 5A. RGB value is (152,41,90). Sum of RGB (Red+Green+Blue) = 152+41+90=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98295A is #67D6A5. Grayscale: #4F4F4F. Windows color (decimal): -6805158 or 5908888. OLE color: 5908888.

HSL color Cylindrical-coordinate representation of color #98295A: hue angle of 333.51º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98295A is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1524190-
CMYK00.730.410.40
HSL333.51º57.51%37.84%-
HSV(B)333.51º73.03%59.61%-
XYZ15.59910.59-
YUV79.78133.77179.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=53.71%
G=14.49%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152419000.730.410.40333.5157.5137.84
Hex98295A049292814e3a26
Octal23051132011151505167246
Binary10011000101001101101001001001101001101000101001110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98295A; }

 p { color: rgb(152,41,90); }

 H1.HeaderClassName
 {
   color: #98295A;
 }
 .AnyTagClassName
 {
   color: #98295A;
 }
</style>
background-color css

<style>
 a { background-color: #98295A; }

 a { background-color: rgb(152,41,90); }

 div.DivClassName
 {
   background-color: #98295A;
 }
 .BgClassName
 {
   background-color: #98295A;
 }
</style>
border-color css

<style>
 span { border-color: #98295A; }

 span { border-color: rgb(152,41,90); }

 td.TdClassName
 {
   border-color: #98295A;
 }
 .TagClassName
 {
   border-color: #98295A;
 }
</style>