#98324E

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

Shades of Lipstick #98324E

Tints of Lipstick #98324E

Color information

#98324E (or 0x98324E) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 4E. RGB value is (152,50,78). Sum of RGB (Red+Green+Blue) = 152+50+78=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98324E is #67CDB1. Grayscale: #535353. Windows color (decimal): -6802866 or 5124760. OLE color: 5124760.

HSL color Cylindrical-coordinate representation of color #98324E: hue angle of 343.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98324E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1525078-
CMYK00.670.490.40
HSL343.53º50.5%39.61%-
HSV(B)343.53º67.11%59.61%-
XYZ15.469.518.23-
YUV83.69124.79176.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=54.29%
G=17.86%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152507800.670.490.40343.5350.539.61
Hex98324E04331281583228
Octal23062116010361505306250
Binary10011000110010100111001000011110001101000101011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98324E; }

 p { color: rgb(152,50,78); }

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

<style>
 a { background-color: #98324E; }

 a { background-color: rgb(152,50,78); }

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

<style>
 span { border-color: #98324E; }

 span { border-color: rgb(152,50,78); }

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