#991145

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

Shades of Lipstick #991145

Tints of Lipstick #991145

Color information

#991145 (or 0x991145) is unknown color: approx Lipstick. HEX triplet: 99, 11 and 45. RGB value is (153,17,69). Sum of RGB (Red+Green+Blue) = 153+17+69=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #991145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991145 is #66EEBA. Grayscale: #3F3F3F. Windows color (decimal): -6745787 or 4526489. OLE color: 4526489.

HSL color Cylindrical-coordinate representation of color #991145: hue angle of 337.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991145 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1531769-
CMYK00.890.550.4
HSL337.06º80%33.33%-
HSV(B)337.06º88.89%60%-
XYZ14.417.66.34-
YUV63.59131.06191.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=64.02%
G=7.11%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153176900.890.550.4337.068033.33
Hex99114505937281515021
Octal231211050131675052112041
Binary10011001100011000101010110011101111010001010100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991145; }

 p { color: rgb(153,17,69); }

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

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

 a { background-color: rgb(153,17,69); }

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

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

 span { border-color: rgb(153,17,69); }

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