#992763

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

Shades of Lipstick #992763

Tints of Lipstick #992763

Color information

#992763 (or 0x992763) is unknown color: approx Lipstick. HEX triplet: 99, 27 and 63. RGB value is (153,39,99). Sum of RGB (Red+Green+Blue) = 153+39+99=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992763 is #66D89C. Grayscale: #4F4F4F. Windows color (decimal): -6740125 or 6498201. OLE color: 6498201.

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

Color convert

RGB1533999-
CMYK00.750.350.4
HSL328.42º59.38%37.65%-
HSV(B)328.42º74.51%60%-
XYZ16.119.1212.72-
YUV79.93138.77180.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=52.58%
G=13.40%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153399900.750.350.4328.4259.3837.65
Hex99276304B23281483b26
Octal23147143011343505107346
Binary10011001100111110001101001011100011101000101001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992763; }

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

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

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

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

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

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

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

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