#992048

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

Shades of Lipstick #992048

Tints of Lipstick #992048

Color information

#992048 (or 0x992048) is unknown color: approx Lipstick. HEX triplet: 99, 20 and 48. RGB value is (153,32,72). Sum of RGB (Red+Green+Blue) = 153+32+72=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #992048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992048 is #66DFB7. Grayscale: #484848. Windows color (decimal): -6741944 or 4726937. OLE color: 4726937.

HSL color Cylindrical-coordinate representation of color #992048: hue angle of 340.17º 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 #992048 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1533272-
CMYK00.790.530.4
HSL340.17º65.41%36.27%-
HSV(B)340.17º79.08%60%-
XYZ14.828.276.95-
YUV72.74127.59185.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=59.53%
G=12.45%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153327200.790.530.4340.1765.4136.27
Hex99204804F35281544124
Octal231401100117655052410144
Binary100110011000001001000010011111101011010001010101001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992048; }

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

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

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

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

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

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

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

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