#982056

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

Shades of Lipstick #982056

Tints of Lipstick #982056

Color information

#982056 (or 0x982056) is unknown color: approx Lipstick. HEX triplet: 98, 20 and 56. RGB value is (152,32,86). Sum of RGB (Red+Green+Blue) = 152+32+86=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #982056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982056 is #67DFA9. Grayscale: #494949. Windows color (decimal): -6807466 or 5644440. OLE color: 5644440.

HSL color Cylindrical-coordinate representation of color #982056: hue angle of 333º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982056 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1523286-
CMYK00.790.430.40
HSL333º65.22%36.08%-
HSV(B)333º78.95%59.61%-
XYZ15.158.389.62-
YUV74.04134.76183.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 32 (12.89% from 255) = 11.85%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=56.30%
G=11.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152328600.790.430.4033365.2236.08
Hex98205604F2B2814d4124
Octal230401260117535051510144
Binary100110001000001010110010011111010111010001010011011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982056; }

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

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

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

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

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

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

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

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