#991E46

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

Shades of Lipstick #991E46

Tints of Lipstick #991E46

Color information

#991E46 (or 0x991E46) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 46. RGB value is (153,30,70). Sum of RGB (Red+Green+Blue) = 153+30+70=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #991E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991E46 is #66E1B9. Grayscale: #474747. Windows color (decimal): -6742458 or 4595353. OLE color: 4595353.

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

Color convert

RGB1533070-
CMYK00.800.540.4
HSL340.49º67.21%35.88%-
HSV(B)340.49º80.39%60%-
XYZ14.718.146.59-
YUV71.34127.25186.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=60.47%
G=11.86%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153307000.800.540.4340.4967.2135.88
Hex991E4605036281544324
Octal231361060120665052410344
Binary10011001111101000110010100001101101010001010101001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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