#982757

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

Shades of Lipstick #982757

Tints of Lipstick #982757

Color information

#982757 (or 0x982757) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 57. RGB value is (152,39,87). Sum of RGB (Red+Green+Blue) = 152+39+87=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #982757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982757 is #67D8A8. Grayscale: #4E4E4E. Windows color (decimal): -6805673 or 5711768. OLE color: 5711768.

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

Color convert

RGB1523987-
CMYK00.740.430.40
HSL334.51º59.16%37.45%-
HSV(B)334.51º74.34%59.61%-
XYZ15.398.819.91-
YUV78.26132.94180.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=54.68%
G=14.03%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152398700.740.430.40334.5159.1637.45
Hex98275704A2B2814f3b25
Octal23047127011253505177345
Binary10011000100111101011101001010101011101000101001111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982757; }

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

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

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

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

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

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

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

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