#98325A

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

Shades of Lipstick #98325A

Tints of Lipstick #98325A

Color information

#98325A (or 0x98325A) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 5A. RGB value is (152,50,90). Sum of RGB (Red+Green+Blue) = 152+50+90=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #98325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98325A is #67CDA5. Grayscale: #555555. Windows color (decimal): -6802854 or 5911192. OLE color: 5911192.

HSL color Cylindrical-coordinate representation of color #98325A: hue angle of 336.47º 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 #98325A is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1525090-
CMYK00.670.410.40
HSL336.47º50.5%39.61%-
HSV(B)336.47º67.11%59.61%-
XYZ15.939.6910.7-
YUV85.06130.79175.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=52.05%
G=17.12%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152509000.670.410.40336.4750.539.61
Hex98325A04329281503228
Octal23062132010351505206250
Binary10011000110010101101001000011101001101000101010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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