#992152

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

Shades of Lipstick #992152

Tints of Lipstick #992152

Color information

#992152 (or 0x992152) is unknown color: approx Lipstick. HEX triplet: 99, 21 and 52. RGB value is (153,33,82). Sum of RGB (Red+Green+Blue) = 153+33+82=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #992152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992152 is #66DEAD. Grayscale: #4A4A4A. Windows color (decimal): -6741678 or 5382553. OLE color: 5382553.

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

Color convert

RGB1533382-
CMYK00.780.460.4
HSL335.5º64.52%36.47%-
HSV(B)335.5º78.43%60%-
XYZ15.28.478.82-
YUV74.47132.26184.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=57.09%
G=12.31%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153338200.780.460.4335.564.5236.47
Hex99215204E2E281504124
Octal231411220116565052010144
Binary100110011000011010010010011101011101010001010100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992152; }

 p { color: rgb(153,33,82); }

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

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

 a { background-color: rgb(153,33,82); }

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

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

 span { border-color: rgb(153,33,82); }

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