#992A67

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

Shades of Lipstick #992A67

Tints of Lipstick #992A67

Color information

#992A67 (or 0x992A67) is unknown color: approx Lipstick. HEX triplet: 99, 2A and 67. RGB value is (153,42,103). Sum of RGB (Red+Green+Blue) = 153+42+103=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #992A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A67 is #66D598. Grayscale: #525252. Windows color (decimal): -6739353 or 6761113. OLE color: 6761113.

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

Color convert

RGB15342103-
CMYK00.730.330.4
HSL327.03º56.92%38.24%-
HSV(B)327.03º72.55%60%-
XYZ16.419.4113.78-
YUV82.14139.77178.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=51.34%
G=14.09%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534210300.730.330.4327.0356.9238.24
Hex992A6704921281473926
Octal23152147011141505077146
Binary10011001101010110011101001001100001101000101000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,42,103); }

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

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

 a { background-color: rgb(153,42,103); }

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

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

 span { border-color: rgb(153,42,103); }

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