#991245

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

Shades of Lipstick #991245

Tints of Lipstick #991245

Color information

#991245 (or 0x991245) is unknown color: approx Lipstick. HEX triplet: 99, 12 and 45. RGB value is (153,18,69). Sum of RGB (Red+Green+Blue) = 153+18+69=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #991245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991245 is #66EDBA. Grayscale: #404040. Windows color (decimal): -6745531 or 4526745. OLE color: 4526745.

HSL color Cylindrical-coordinate representation of color #991245: hue angle of 337.33º degrees, saturation: 0.79, 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 #991245 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1531869-
CMYK00.880.550.4
HSL337.33º78.95%33.53%-
HSV(B)337.33º88.24%60%-
XYZ14.437.636.34-
YUV64.18130.73191.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=63.75%
G=7.5%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153186900.880.550.4337.3378.9533.53
Hex99124505837281514f22
Octal231221050130675052111742
Binary10011001100101000101010110001101111010001010100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991245; }

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

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

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

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

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

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

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

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