#983659

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

Shades of Lipstick #983659

Tints of Lipstick #983659

Color information

#983659 (or 0x983659) is unknown color: approx Lipstick. HEX triplet: 98, 36 and 59. RGB value is (152,54,89). Sum of RGB (Red+Green+Blue) = 152+54+89=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #983659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983659 is #67C9A6. Grayscale: #575757. Windows color (decimal): -6801831 or 5846680. OLE color: 5846680.

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

Color convert

RGB1525489-
CMYK00.640.410.40
HSL338.57º47.57%40.39%-
HSV(B)338.57º64.47%59.61%-
XYZ16.0710.0410.54-
YUV87.29128.97174.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 89 (35.16% from 255) = 30.17%
R=51.53%
G=18.31%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152548900.640.410.40338.5747.5740.39
Hex98365904029281533028
Octal23066131010051505236050
Binary10011000110110101100101000000101001101000101010011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983659; }

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

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

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

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

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

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

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

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