#982763

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

Shades of Lipstick #982763

Tints of Lipstick #982763

Color information

#982763 (or 0x982763) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 63. RGB value is (152,39,99). Sum of RGB (Red+Green+Blue) = 152+39+99=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #982763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982763 is #67D89C. Grayscale: #4F4F4F. Windows color (decimal): -6805661 or 6498200. OLE color: 6498200.

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

Color convert

RGB1523999-
CMYK00.740.350.40
HSL328.14º59.16%37.45%-
HSV(B)328.14º74.34%59.61%-
XYZ15.939.0312.71-
YUV79.63138.94179.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=52.41%
G=13.45%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152399900.740.350.40328.1459.1637.45
Hex98276304A23281483b25
Octal23047143011243505107345
Binary10011000100111110001101001010100011101000101001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982763; }

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

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

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

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

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

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

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

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