#992961

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

Shades of Lipstick #992961

Tints of Lipstick #992961

Color information

#992961 (or 0x992961) is unknown color: approx Lipstick. HEX triplet: 99, 29 and 61. RGB value is (153,41,97). Sum of RGB (Red+Green+Blue) = 153+41+97=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992961 is #66D69E. Grayscale: #505050. Windows color (decimal): -6739615 or 6367641. OLE color: 6367641.

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

Color convert

RGB1534197-
CMYK00.730.370.4
HSL330º57.73%38.04%-
HSV(B)330º73.2%60%-
XYZ16.099.2212.24-
YUV80.87137.11179.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=52.58%
G=14.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153419700.730.370.433057.7338.04
Hex992961049252814a3a26
Octal23151141011145505127246
Binary10011001101001110000101001001100101101000101001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992961; }

 p { color: rgb(153,41,97); }

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

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

 a { background-color: rgb(153,41,97); }

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

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

 span { border-color: rgb(153,41,97); }

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