#982766

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

Shades of Lipstick #982766

Tints of Lipstick #982766

Color information

#982766 (or 0x982766) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 66. RGB value is (152,39,102). Sum of RGB (Red+Green+Blue) = 152+39+102=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #982766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982766 is #67D899. Grayscale: #4F4F4F. Windows color (decimal): -6805658 or 6694808. OLE color: 6694808.

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

Color convert

RGB15239102-
CMYK00.740.330.40
HSL326.55º59.16%37.45%-
HSV(B)326.55º74.34%59.61%-
XYZ16.079.0913.48-
YUV79.97140.44179.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 39 (15.62% from 255) = 13.31%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=51.88%
G=13.31%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523910200.740.330.40326.5559.1637.45
Hex98276604A21281473b25
Octal23047146011241505077345
Binary10011000100111110011001001010100001101000101000111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982766; }

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

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

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

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

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

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

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

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