#991D54

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

Shades of Lipstick #991D54

Tints of Lipstick #991D54

Color information

#991D54 (or 0x991D54) is unknown color: approx Lipstick. HEX triplet: 99, 1D and 54. RGB value is (153,29,84). Sum of RGB (Red+Green+Blue) = 153+29+84=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #991D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D54 is #66E2AB. Grayscale: #484848. Windows color (decimal): -6742700 or 5512601. OLE color: 5512601.

HSL color Cylindrical-coordinate representation of color #991D54: hue angle of 333.39º 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 #991D54 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB1532984-
CMYK00.810.450.4
HSL333.39º68.13%35.69%-
HSV(B)333.39º81.05%60%-
XYZ15.188.299.19-
YUV72.35134.58185.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 29 (11.72% from 255) = 10.90%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=57.52%
G=10.90%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153298400.810.450.4333.3968.1335.69
Hex991D540512D2814d4424
Octal231351240121555051510444
Binary10011001111011010100010100011011011010001010011011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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