#991A40

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

Shades of Lipstick #991A40

Tints of Lipstick #991A40

Color information

#991A40 (or 0x991A40) is unknown color: approx Lipstick. HEX triplet: 99, 1A and 40. RGB value is (153,26,64). Sum of RGB (Red+Green+Blue) = 153+26+64=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #991A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A40 is #66E5BF. Grayscale: #444444. Windows color (decimal): -6743488 or 4201113. OLE color: 4201113.

HSL color Cylindrical-coordinate representation of color #991A40: hue angle of 342.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #991A40 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1532664-
CMYK00.830.580.4
HSL342.05º70.95%35.1%-
HSV(B)342.05º83.01%60%-
XYZ14.437.885.61-
YUV68.31125.58188.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=62.96%
G=10.70%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153266400.830.580.4342.0570.9535.1
Hex991A400533A281564723
Octal231321000123725052610743
Binary10011001110101000000010100111110101010001010101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,26,64); }

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

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

 a { background-color: rgb(153,26,64); }

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

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

 span { border-color: rgb(153,26,64); }

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