#98325B

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

Shades of Lipstick #98325B

Tints of Lipstick #98325B

Color information

#98325B (or 0x98325B) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 5B. RGB value is (152,50,91). Sum of RGB (Red+Green+Blue) = 152+50+91=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #98325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98325B is #67CDA4. Grayscale: #555555. Windows color (decimal): -6802853 or 5976728. OLE color: 5976728.

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

Color convert

RGB1525091-
CMYK00.670.400.40
HSL335.88º50.5%39.61%-
HSV(B)335.88º67.11%59.61%-
XYZ15.989.7110.93-
YUV85.17131.29175.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=51.88%
G=17.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152509100.670.400.40335.8850.539.61
Hex98325B04328281503228
Octal23062133010350505206250
Binary10011000110010101101101000011101000101000101010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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