#991B41

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

Shades of Lipstick #991B41

Tints of Lipstick #991B41

Color information

#991B41 (or 0x991B41) is unknown color: approx Lipstick. HEX triplet: 99, 1B and 41. RGB value is (153,27,65). Sum of RGB (Red+Green+Blue) = 153+27+65=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #991B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B41 is #66E4BE. Grayscale: #444444. Windows color (decimal): -6743231 or 4266905. OLE color: 4266905.

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

Color convert

RGB1532765-
CMYK00.820.580.4
HSL341.9º70%35.29%-
HSV(B)341.9º82.35%60%-
XYZ14.487.945.77-
YUV69.01125.74187.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 27 (10.94% from 255) = 11.02%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=62.45%
G=11.02%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153276500.820.580.4341.97035.29
Hex991B410523A281564623
Octal231331010122725052610643
Binary10011001110111000001010100101110101010001010101101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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