#982157

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

Shades of Lipstick #982157

Tints of Lipstick #982157

Color information

#982157 (or 0x982157) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 57. RGB value is (152,33,87). Sum of RGB (Red+Green+Blue) = 152+33+87=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982157 is #67DEA8. Grayscale: #4A4A4A. Windows color (decimal): -6807209 or 5710232. OLE color: 5710232.

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

Color convert

RGB1523387-
CMYK00.780.430.40
HSL332.77º64.32%36.27%-
HSV(B)332.77º78.29%59.61%-
XYZ15.218.459.85-
YUV74.74134.92183.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=55.88%
G=12.13%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152338700.780.430.40332.7764.3236.27
Hex98215704E2B2814d4024
Octal230411270116535051510044
Binary100110001000011010111010011101010111010001010011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982157; }

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

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

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

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

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

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

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

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