#991349

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

Shades of Lipstick #991349

Tints of Lipstick #991349

Color information

#991349 (or 0x991349) is unknown color: approx Lipstick. HEX triplet: 99, 13 and 49. RGB value is (153,19,73). Sum of RGB (Red+Green+Blue) = 153+19+73=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #991349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991349 is #66ECB6. Grayscale: #414141. Windows color (decimal): -6745271 or 4789145. OLE color: 4789145.

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

Color convert

RGB1531973-
CMYK00.880.520.4
HSL335.82º77.91%33.73%-
HSV(B)335.82º87.58%60%-
XYZ14.577.727.03-
YUV65.22132.39190.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=62.45%
G=7.76%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153197300.880.520.4335.8277.9133.73
Hex99134905834281504e22
Octal231231110130645052011642
Binary10011001100111001001010110001101001010001010100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991349; }

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

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

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

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

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

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

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

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