#991F43

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

Shades of Lipstick #991F43

Tints of Lipstick #991F43

Color information

#991F43 (or 0x991F43) is unknown color: approx Lipstick. HEX triplet: 99, 1F and 43. RGB value is (153,31,67). Sum of RGB (Red+Green+Blue) = 153+31+67=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #991F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991F43 is #66E0BC. Grayscale: #474747. Windows color (decimal): -6742205 or 4399001. OLE color: 4399001.

HSL color Cylindrical-coordinate representation of color #991F43: hue angle of 342.3º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991F43 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1533167-
CMYK00.800.560.4
HSL342.3º66.3%36.08%-
HSV(B)342.3º79.74%60%-
XYZ14.648.166.11-
YUV71.58125.42186.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=60.96%
G=12.35%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153316700.800.560.4342.366.336.08
Hex991F4305038281564224
Octal231371030120705052610244
Binary10011001111111000011010100001110001010001010101101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,31,67); }

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

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

 a { background-color: rgb(153,31,67); }

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

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

 span { border-color: rgb(153,31,67); }

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