#983266

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

Shades of Lipstick #983266

Tints of Lipstick #983266

Color information

#983266 (or 0x983266) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 66. RGB value is (152,50,102). Sum of RGB (Red+Green+Blue) = 152+50+102=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #983266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983266 is #67CD99. Grayscale: #565656. Windows color (decimal): -6802842 or 6697624. OLE color: 6697624.

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

Color convert

RGB15250102-
CMYK00.670.330.40
HSL329.41º50.5%39.61%-
HSV(B)329.41º67.11%59.61%-
XYZ16.499.9213.62-
YUV86.43136.79174.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=50%
G=16.45%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525010200.670.330.40329.4150.539.61
Hex98326604321281493228
Octal23062146010341505116250
Binary10011000110010110011001000011100001101000101001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983266; }

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

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

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

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

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

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

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

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