#982266

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

Shades of Lipstick #982266

Tints of Lipstick #982266

Color information

#982266 (or 0x982266) is unknown color: approx Lipstick. HEX triplet: 98, 22 and 66. RGB value is (152,34,102). Sum of RGB (Red+Green+Blue) = 152+34+102=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #982266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982266 is #67DD99. Grayscale: #4C4C4C. Windows color (decimal): -6806938 or 6693528. OLE color: 6693528.

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

Color convert

RGB15234102-
CMYK00.780.330.40
HSL325.42º63.44%36.47%-
HSV(B)325.42º77.63%59.61%-
XYZ15.928.7813.43-
YUV77.03142.09181.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 34 (13.67% from 255) = 11.81%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=52.78%
G=11.81%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523410200.780.330.40325.4263.4436.47
Hex98226604E21281453f24
Octal23042146011641505057744
Binary10011000100010110011001001110100001101000101000101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982266; }

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

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

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

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

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

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

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

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