#982363

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

Shades of Lipstick #982363

Tints of Lipstick #982363

Color information

#982363 (or 0x982363) is unknown color: approx Lipstick. HEX triplet: 98, 23 and 63. RGB value is (152,35,99). Sum of RGB (Red+Green+Blue) = 152+35+99=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #982363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982363 is #67DC9C. Grayscale: #4D4D4D. Windows color (decimal): -6806685 or 6497176. OLE color: 6497176.

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

Color convert

RGB1523599-
CMYK00.770.350.40
HSL327.18º62.57%36.67%-
HSV(B)327.18º76.97%59.61%-
XYZ15.88.7812.67-
YUV77.28140.26181.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=53.15%
G=12.24%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152359900.770.350.40327.1862.5736.67
Hex98236304D23281473f25
Octal23043143011543505077745
Binary10011000100011110001101001101100011101000101000111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982363; }

 p { color: rgb(152,35,99); }

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

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

 a { background-color: rgb(152,35,99); }

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

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

 span { border-color: rgb(152,35,99); }

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