#982259

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

Shades of Lipstick #982259

Tints of Lipstick #982259

Color information

#982259 (or 0x982259) is unknown color: approx Lipstick. HEX triplet: 98, 22 and 59. RGB value is (152,34,89). Sum of RGB (Red+Green+Blue) = 152+34+89=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #982259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982259 is #67DDA6. Grayscale: #4B4B4B. Windows color (decimal): -6806951 or 5841560. OLE color: 5841560.

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

Color convert

RGB1523489-
CMYK00.780.410.40
HSL332.03º63.44%36.47%-
HSV(B)332.03º77.63%59.61%-
XYZ15.328.5410.29-
YUV75.55135.59182.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=55.27%
G=12.36%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152348900.780.410.40332.0363.4436.47
Hex98225904E292814c3f24
Octal23042131011651505147744
Binary10011000100010101100101001110101001101000101001100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982259; }

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

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

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

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

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

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

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

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