#982258

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

Shades of Lipstick #982258

Tints of Lipstick #982258

Color information

#982258 (or 0x982258) is unknown color: approx Lipstick. HEX triplet: 98, 22 and 58. RGB value is (152,34,88). Sum of RGB (Red+Green+Blue) = 152+34+88=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #982258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982258 is #67DDA7. Grayscale: #4B4B4B. Windows color (decimal): -6806952 or 5776024. OLE color: 5776024.

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

Color convert

RGB1523488-
CMYK00.780.420.40
HSL332.54º63.44%36.47%-
HSV(B)332.54º77.63%59.61%-
XYZ15.288.5210.07-
YUV75.44135.09182.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.47%
GREEN value IS 34 (13.67% from 255) = 12.41%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=55.47%
G=12.41%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152348800.780.420.40332.5463.4436.47
Hex98225804E2A2814d3f24
Octal23042130011652505157744
Binary10011000100010101100001001110101010101000101001101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982258; }

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

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

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

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

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

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

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

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