#983360

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

Shades of Lipstick #983360

Tints of Lipstick #983360

Color information

#983360 (or 0x983360) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 60. RGB value is (152,51,96). Sum of RGB (Red+Green+Blue) = 152+51+96=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #983360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983360 is #67CC9F. Grayscale: #565656. Windows color (decimal): -6802592 or 6304664. OLE color: 6304664.

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

Color convert

RGB1525196-
CMYK00.660.370.40
HSL333.27º49.75%39.8%-
HSV(B)333.27º66.45%59.61%-
XYZ16.249.8912.12-
YUV86.33133.46174.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=50.84%
G=17.06%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152519600.660.370.40333.2749.7539.8
Hex983360042252814d3228
Octal23063140010245505156250
Binary10011000110011110000001000010100101101000101001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983360; }

 p { color: rgb(152,51,96); }

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

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

 a { background-color: rgb(152,51,96); }

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

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

 span { border-color: rgb(152,51,96); }

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