#982058

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

Shades of Lipstick #982058

Tints of Lipstick #982058

Color information

#982058 (or 0x982058) is unknown color: approx Lipstick. HEX triplet: 98, 20 and 58. RGB value is (152,32,88). Sum of RGB (Red+Green+Blue) = 152+32+88=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #982058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982058 is #67DFA7. Grayscale: #4A4A4A. Windows color (decimal): -6807464 or 5775512. OLE color: 5775512.

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

Color convert

RGB1523288-
CMYK00.790.420.40
HSL332º65.22%36.08%-
HSV(B)332º78.95%59.61%-
XYZ15.238.4110.05-
YUV74.26135.76183.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.88%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 88 (34.77% from 255) = 32.35%
R=55.88%
G=11.76%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152328800.790.420.4033265.2236.08
Hex98205804F2A2814c4124
Octal230401300117525051410144
Binary100110001000001011000010011111010101010001010011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982058; }

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

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

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

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

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

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

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

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