#982761

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

Shades of Lipstick #982761

Tints of Lipstick #982761

Color information

#982761 (or 0x982761) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 61. RGB value is (152,39,97). Sum of RGB (Red+Green+Blue) = 152+39+97=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #982761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982761 is #67D89E. Grayscale: #4F4F4F. Windows color (decimal): -6805663 or 6367128. OLE color: 6367128.

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

Color convert

RGB1523997-
CMYK00.740.360.40
HSL329.2º59.16%37.45%-
HSV(B)329.2º74.34%59.61%-
XYZ15.838.9912.21-
YUV79.4137.94179.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=52.78%
G=13.54%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152399700.740.360.40329.259.1637.45
Hex98276104A24281493b25
Octal23047141011244505117345
Binary10011000100111110000101001010100100101000101001001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982761; }

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

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

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

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

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

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

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

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