#991D45

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

Shades of Lipstick #991D45

Tints of Lipstick #991D45

Color information

#991D45 (or 0x991D45) is unknown color: approx Lipstick. HEX triplet: 99, 1D and 45. RGB value is (153,29,69). Sum of RGB (Red+Green+Blue) = 153+29+69=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #991D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D45 is #66E2BA. Grayscale: #464646. Windows color (decimal): -6742715 or 4529561. OLE color: 4529561.

HSL color Cylindrical-coordinate representation of color #991D45: hue angle of 340.65º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D45 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1532969-
CMYK00.810.550.4
HSL340.65º68.13%35.69%-
HSV(B)340.65º81.05%60%-
XYZ14.658.086.42-
YUV70.64127.08186.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=60.96%
G=11.55%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153296900.810.550.4340.6568.1335.69
Hex991D4505137281554424
Octal231351050121675052510444
Binary10011001111011000101010100011101111010001010101011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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