#992D61

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

Shades of Lipstick #992D61

Tints of Lipstick #992D61

Color information

#992D61 (or 0x992D61) is unknown color: approx Lipstick. HEX triplet: 99, 2D and 61. RGB value is (153,45,97). Sum of RGB (Red+Green+Blue) = 153+45+97=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D61 is #66D29E. Grayscale: #535353. Windows color (decimal): -6738591 or 6368665. OLE color: 6368665.

HSL color Cylindrical-coordinate representation of color #992D61: hue angle of 331.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D61 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1534597-
CMYK00.710.370.4
HSL331.11º54.55%38.82%-
HSV(B)331.11º70.59%60%-
XYZ16.239.5112.29-
YUV83.22135.78177.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=51.86%
G=15.25%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153459700.710.370.4331.1154.5538.82
Hex992D61047252814b3727
Octal23155141010745505136747
Binary10011001101101110000101000111100101101000101001011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992D61; }

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

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

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

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

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

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

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

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