#992466

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

Shades of Lipstick #992466

Tints of Lipstick #992466

Color information

#992466 (or 0x992466) is unknown color: approx Lipstick. HEX triplet: 99, 24 and 66. RGB value is (153,36,102). Sum of RGB (Red+Green+Blue) = 153+36+102=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992466 is #66DB99. Grayscale: #4E4E4E. Windows color (decimal): -6740890 or 6694041. OLE color: 6694041.

HSL color Cylindrical-coordinate representation of color #992466: hue angle of 326.15º degrees, saturation: 0.62, 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 #992466 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15336102-
CMYK00.760.330.4
HSL326.15º61.9%37.06%-
HSV(B)326.15º76.47%60%-
XYZ16.178.9913.45-
YUV78.51141.26181.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=52.58%
G=12.37%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533610200.760.330.4326.1561.937.06
Hex99246604C21281463e25
Octal23144146011441505067645
Binary10011001100100110011001001100100001101000101000110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992466; }

 p { color: rgb(153,36,102); }

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

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

 a { background-color: rgb(153,36,102); }

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

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

 span { border-color: rgb(153,36,102); }

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