#991549

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

Shades of Lipstick #991549

Tints of Lipstick #991549

Color information

#991549 (or 0x991549) is unknown color: approx Lipstick. HEX triplet: 99, 15 and 49. RGB value is (153,21,73). Sum of RGB (Red+Green+Blue) = 153+21+73=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #991549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991549 is #66EAB6. Grayscale: #424242. Windows color (decimal): -6744759 or 4789657. OLE color: 4789657.

HSL color Cylindrical-coordinate representation of color #991549: hue angle of 336.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991549 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1532173-
CMYK00.860.520.4
HSL336.36º75.86%34.12%-
HSV(B)336.36º86.27%60%-
XYZ14.617.797.04-
YUV66.4131.73189.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=61.94%
G=8.50%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153217300.860.520.4336.3675.8634.12
Hex99154905634281504c22
Octal231251110126645052011442
Binary10011001101011001001010101101101001010001010100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991549; }

 p { color: rgb(153,21,73); }

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

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

 a { background-color: rgb(153,21,73); }

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

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

 span { border-color: rgb(153,21,73); }

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