#991C4A

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

Shades of Lipstick #991C4A

Tints of Lipstick #991C4A

Color information

#991C4A (or 0x991C4A) is unknown color: approx Lipstick. HEX triplet: 99, 1C and 4A. RGB value is (153,28,74). Sum of RGB (Red+Green+Blue) = 153+28+74=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #991C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C4A is #66E3B5. Grayscale: #464646. Windows color (decimal): -6742966 or 4856985. OLE color: 4856985.

HSL color Cylindrical-coordinate representation of color #991C4A: hue angle of 337.92º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991C4A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1532874-
CMYK00.820.520.4
HSL337.92º69.06%35.49%-
HSV(B)337.92º81.7%60%-
XYZ14.798.17.26-
YUV70.62129.91186.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 74 (29.30% from 255) = 29.02%
R=60%
G=10.98%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153287400.820.520.4337.9269.0635.49
Hex991C4A05234281524523
Octal231341120122645052210543
Binary10011001111001001010010100101101001010001010100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991C4A; }

 p { color: rgb(153,28,74); }

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

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

 a { background-color: rgb(153,28,74); }

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

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

 span { border-color: rgb(153,28,74); }

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