#991746

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

Shades of Lipstick #991746

Tints of Lipstick #991746

Color information

#991746 (or 0x991746) is unknown color: approx Lipstick. HEX triplet: 99, 17 and 46. RGB value is (153,23,70). Sum of RGB (Red+Green+Blue) = 153+23+70=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #991746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991746 is #66E8B9. Grayscale: #434343. Windows color (decimal): -6744250 or 4593561. OLE color: 4593561.

HSL color Cylindrical-coordinate representation of color #991746: hue angle of 338.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991746 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1532370-
CMYK00.850.540.4
HSL338.31º73.86%34.51%-
HSV(B)338.31º84.97%60%-
XYZ14.557.836.54-
YUV67.23129.57189.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=62.20%
G=9.35%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153237000.850.540.4338.3173.8634.51
Hex99174605536281524a23
Octal231271060125665052211243
Binary10011001101111000110010101011101101010001010100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991746; }

 p { color: rgb(153,23,70); }

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

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

 a { background-color: rgb(153,23,70); }

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

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

 span { border-color: rgb(153,23,70); }

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