#992749

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

Shades of Lipstick #992749

Tints of Lipstick #992749

Color information

#992749 (or 0x992749) is unknown color: approx Lipstick. HEX triplet: 99, 27 and 49. RGB value is (153,39,73). Sum of RGB (Red+Green+Blue) = 153+39+73=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #992749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992749 is #66D8B6. Grayscale: #4C4C4C. Windows color (decimal): -6740151 or 4794265. OLE color: 4794265.

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

Color convert

RGB1533973-
CMYK00.750.520.4
HSL342.11º59.38%37.65%-
HSV(B)342.11º74.51%60%-
XYZ15.068.77.19-
YUV76.96125.77182.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=57.74%
G=14.72%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153397300.750.520.4342.1159.3837.65
Hex99274904B34281563b26
Octal23147111011364505267346
Binary10011001100111100100101001011110100101000101010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992749; }

 p { color: rgb(153,39,73); }

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

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

 a { background-color: rgb(153,39,73); }

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

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

 span { border-color: rgb(153,39,73); }

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