#983259

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

Shades of Lipstick #983259

Tints of Lipstick #983259

Color information

#983259 (or 0x983259) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 59. RGB value is (152,50,89). Sum of RGB (Red+Green+Blue) = 152+50+89=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #983259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983259 is #67CDA6. Grayscale: #545454. Windows color (decimal): -6802855 or 5845656. OLE color: 5845656.

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

Color convert

RGB1525089-
CMYK00.670.410.40
HSL337.06º50.5%39.61%-
HSV(B)337.06º67.11%59.61%-
XYZ15.899.6810.48-
YUV84.94130.29175.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=52.23%
G=17.18%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152508900.670.410.40337.0650.539.61
Hex98325904329281513228
Octal23062131010351505216250
Binary10011000110010101100101000011101001101000101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983259; }

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

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

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

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

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

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

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

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