#991B58

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

Shades of Lipstick #991B58

Tints of Lipstick #991B58

Color information

#991B58 (or 0x991B58) is unknown color: approx Lipstick. HEX triplet: 99, 1B and 58. RGB value is (153,27,88). Sum of RGB (Red+Green+Blue) = 153+27+88=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #991B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B58 is #66E4A7. Grayscale: #474747. Windows color (decimal): -6743208 or 5774233. OLE color: 5774233.

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

Color convert

RGB1532788-
CMYK00.820.420.4
HSL330.95º70%35.29%-
HSV(B)330.95º82.35%60%-
XYZ15.298.2610.02-
YUV71.63137.24186.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=57.09%
G=10.07%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153278800.820.420.4330.957035.29
Hex991B580522A2814b4623
Octal231331300122525051310643
Binary10011001110111011000010100101010101010001010010111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,27,88); }

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

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

 a { background-color: rgb(153,27,88); }

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

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

 span { border-color: rgb(153,27,88); }

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