#983559

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

Shades of Lipstick #983559

Tints of Lipstick #983559

Color information

#983559 (or 0x983559) is unknown color: approx Lipstick. HEX triplet: 98, 35 and 59. RGB value is (152,53,89). Sum of RGB (Red+Green+Blue) = 152+53+89=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #983559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983559 is #67CAA6. Grayscale: #565656. Windows color (decimal): -6802087 or 5846424. OLE color: 5846424.

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

Color convert

RGB1525389-
CMYK00.650.410.40
HSL338.18º48.29%40.2%-
HSV(B)338.18º65.13%59.61%-
XYZ16.039.9410.53-
YUV86.7129.3174.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.70%
GREEN value IS 53 (21.09% from 255) = 18.03%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=51.70%
G=18.03%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152538900.650.410.40338.1848.2940.2
Hex98355904129281523028
Octal23065131010151505226050
Binary10011000110101101100101000001101001101000101010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983559; }

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

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

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

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

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

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

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

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