#992047

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

Shades of Lipstick #992047

Tints of Lipstick #992047

Color information

#992047 (or 0x992047) is unknown color: approx Lipstick. HEX triplet: 99, 20 and 47. RGB value is (153,32,71). Sum of RGB (Red+Green+Blue) = 153+32+71=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #992047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992047 is #66DFB8. Grayscale: #484848. Windows color (decimal): -6741945 or 4661401. OLE color: 4661401.

HSL color Cylindrical-coordinate representation of color #992047: hue angle of 340.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992047 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1533271-
CMYK00.790.540.4
HSL340.66º65.41%36.27%-
HSV(B)340.66º79.08%60%-
XYZ14.798.266.78-
YUV72.62127.09185.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=59.77%
G=12.5%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153327100.790.540.4340.6665.4136.27
Hex99204704F36281554124
Octal231401070117665052510144
Binary100110011000001000111010011111101101010001010101011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992047; }

 p { color: rgb(153,32,71); }

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

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

 a { background-color: rgb(153,32,71); }

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

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

 span { border-color: rgb(153,32,71); }

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