#982559

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

Shades of Lipstick #982559

Tints of Lipstick #982559

Color information

#982559 (or 0x982559) is unknown color: approx Lipstick. HEX triplet: 98, 25 and 59. RGB value is (152,37,89). Sum of RGB (Red+Green+Blue) = 152+37+89=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #982559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982559 is #67DAA6. Grayscale: #4D4D4D. Windows color (decimal): -6806183 or 5842328. OLE color: 5842328.

HSL color Cylindrical-coordinate representation of color #982559: hue angle of 332.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982559 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1523789-
CMYK00.760.410.40
HSL332.87º60.85%37.06%-
HSV(B)332.87º75.66%59.61%-
XYZ15.418.7210.32-
YUV77.31134.6181.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.68%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=54.68%
G=13.31%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152378900.760.410.40332.8760.8537.06
Hex98255904C292814d3d25
Octal23045131011451505157545
Binary10011000100101101100101001100101001101000101001101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982559; }

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

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

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

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

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

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

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

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