#982156

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

Shades of Lipstick #982156

Tints of Lipstick #982156

Color information

#982156 (or 0x982156) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 56. RGB value is (152,33,86). Sum of RGB (Red+Green+Blue) = 152+33+86=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #982156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982156 is #67DEA9. Grayscale: #4A4A4A. Windows color (decimal): -6807210 or 5644696. OLE color: 5644696.

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

Color convert

RGB1523386-
CMYK00.780.430.40
HSL333.28º64.32%36.27%-
HSV(B)333.28º78.29%59.61%-
XYZ15.178.439.63-
YUV74.62134.42183.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=56.09%
G=12.18%
B=31.73%

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
Decimal152338600.780.430.40333.2864.3236.27
Hex98215604E2B2814d4024
Octal230411260116535051510044
Binary100110001000011010110010011101010111010001010011011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982156; }

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

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

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

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

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

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

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

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