#982759

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

Shades of Lipstick #982759

Tints of Lipstick #982759

Color information

#982759 (or 0x982759) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 59. RGB value is (152,39,89). Sum of RGB (Red+Green+Blue) = 152+39+89=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #982759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982759 is #67D8A6. Grayscale: #4E4E4E. Windows color (decimal): -6805671 or 5842840. OLE color: 5842840.

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

Color convert

RGB1523989-
CMYK00.740.410.40
HSL333.45º59.16%37.45%-
HSV(B)333.45º74.34%59.61%-
XYZ15.488.8510.34-
YUV78.49133.94180.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=54.29%
G=13.93%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152398900.740.410.40333.4559.1637.45
Hex98275904A292814d3b25
Octal23047131011251505157345
Binary10011000100111101100101001010101001101000101001101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982759; }

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

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

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

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

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

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

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

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