#992565

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

Shades of Lipstick #992565

Tints of Lipstick #992565

Color information

#992565 (or 0x992565) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 65. RGB value is (153,37,101). Sum of RGB (Red+Green+Blue) = 153+37+101=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992565 is #66DA9A. Grayscale: #4E4E4E. Windows color (decimal): -6740635 or 6628761. OLE color: 6628761.

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

Color convert

RGB15337101-
CMYK00.760.340.4
HSL326.9º61.05%37.25%-
HSV(B)326.9º75.82%60%-
XYZ16.159.0413.2-
YUV78.98140.43180.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 37 (14.84% from 255) = 12.71%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=52.58%
G=12.71%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533710100.760.340.4326.961.0537.25
Hex99256504C22281473d25
Octal23145145011442505077545
Binary10011001100101110010101001100100010101000101000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992565; }

 p { color: rgb(153,37,101); }

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

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

 a { background-color: rgb(153,37,101); }

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

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

 span { border-color: rgb(153,37,101); }

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