#991E4F

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

Shades of Lipstick #991E4F

Tints of Lipstick #991E4F

Color information

#991E4F (or 0x991E4F) is unknown color: approx Lipstick. HEX triplet: 99, 1E and 4F. RGB value is (153,30,79). Sum of RGB (Red+Green+Blue) = 153+30+79=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #991E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E4F is #66E1B0. Grayscale: #484848. Windows color (decimal): -6742449 or 5185177. OLE color: 5185177.

HSL color Cylindrical-coordinate representation of color #991E4F: hue angle of 336.1º 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 #991E4F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1533079-
CMYK00.800.480.4
HSL336.1º67.21%35.88%-
HSV(B)336.1º80.39%60%-
XYZ15.018.278.2-
YUV72.36131.75185.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=58.40%
G=11.45%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153307900.800.480.4336.167.2135.88
Hex991E4F05030281504324
Octal231361170120605052010344
Binary10011001111101001111010100001100001010001010100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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