#98205B

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

Shades of Lipstick #98205B

Tints of Lipstick #98205B

Color information

#98205B (or 0x98205B) is unknown color: approx Lipstick. HEX triplet: 98, 20 and 5B. RGB value is (152,32,91). Sum of RGB (Red+Green+Blue) = 152+32+91=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #98205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98205B is #67DFA4. Grayscale: #4A4A4A. Windows color (decimal): -6807461 or 5972120. OLE color: 5972120.

HSL color Cylindrical-coordinate representation of color #98205B: hue angle of 330.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98205B is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1523291-
CMYK00.790.400.40
HSL330.5º65.22%36.08%-
HSV(B)330.5º78.95%59.61%-
XYZ15.358.4610.72-
YUV74.61137.26183.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=55.27%
G=11.64%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152329100.790.400.40330.565.2236.08
Hex98205B04F282814a4124
Octal230401330117505051210144
Binary100110001000001011011010011111010001010001010010101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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