#9B1E41

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

Shades of Lipstick #9B1E41

Tints of Lipstick #9B1E41

Color information

#9B1E41 (or 0x9B1E41) is unknown color: approx Lipstick. HEX triplet: 9B, 1E and 41. RGB value is (155,30,65). Sum of RGB (Red+Green+Blue) = 155+30+65=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E41 is #64E1BE. Grayscale: #474747. Windows color (decimal): -6611391 or 4267675. OLE color: 4267675.

HSL color Cylindrical-coordinate representation of color #9B1E41: hue angle of 343.2º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E41 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1553065-
CMYK00.810.580.39
HSL343.2º67.57%36.27%-
HSV(B)343.2º80.65%60.78%-
XYZ14.948.285.81-
YUV71.36124.41187.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62%
GREEN value IS 30 (12.11% from 255) = 12%
BLUE value IS 65 (25.78% from 255) = 26%
R=62%
G=12%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155306500.810.580.39343.267.5736.27
Hex9B1E410513A271574424
Octal233361010121724752710444
Binary10011011111101000001010100011110101001111010101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1E41; }

 p { color: rgb(155,30,65); }

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

<style>
 a { background-color: #9B1E41; }

 a { background-color: rgb(155,30,65); }

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

<style>
 span { border-color: #9B1E41; }

 span { border-color: rgb(155,30,65); }

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