#992846

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

Shades of Lipstick #992846

Tints of Lipstick #992846

Color information

#992846 (or 0x992846) is unknown color: approx Lipstick. HEX triplet: 99, 28 and 46. RGB value is (153,40,70). Sum of RGB (Red+Green+Blue) = 153+40+70=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #992846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992846 is #66D7B9. Grayscale: #4D4D4D. Windows color (decimal): -6739898 or 4597913. OLE color: 4597913.

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

Color convert

RGB1534070-
CMYK00.740.540.4
HSL344.07º58.55%37.84%-
HSV(B)344.07º73.86%60%-
XYZ158.736.69-
YUV77.21123.94182.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 40 (16.02% from 255) = 15.21%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=58.17%
G=15.21%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153407000.740.540.4344.0758.5537.84
Hex99284604A36281583b26
Octal23150106011266505307346
Binary10011001101000100011001001010110110101000101011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992846; }

 p { color: rgb(153,40,70); }

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

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

 a { background-color: rgb(153,40,70); }

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

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

 span { border-color: rgb(153,40,70); }

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