#991B52

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

Shades of Lipstick #991B52

Tints of Lipstick #991B52

Color information

#991B52 (or 0x991B52) is unknown color: approx Lipstick. HEX triplet: 99, 1B and 52. RGB value is (153,27,82). Sum of RGB (Red+Green+Blue) = 153+27+82=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #991B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B52 is #66E4AD. Grayscale: #464646. Windows color (decimal): -6743214 or 5381017. OLE color: 5381017.

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

Color convert

RGB1532782-
CMYK00.820.460.4
HSL333.81º70%35.29%-
HSV(B)333.81º82.35%60%-
XYZ15.058.178.77-
YUV70.94134.24186.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 27 (10.94% from 255) = 10.31%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=58.40%
G=10.31%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153278200.820.460.4333.817035.29
Hex991B520522E2814e4623
Octal231331220122565051610643
Binary10011001110111010010010100101011101010001010011101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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