#9B1F5D

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

Shades of Lipstick #9B1F5D

Tints of Lipstick #9B1F5D

Color information

#9B1F5D (or 0x9B1F5D) is unknown color: approx Lipstick. HEX triplet: 9B, 1F and 5D. RGB value is (155,31,93). Sum of RGB (Red+Green+Blue) = 155+31+93=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1F5D is #64E0A2. Grayscale: #4B4B4B. Windows color (decimal): -6611107 or 6102939. OLE color: 6102939.

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

Color convert

RGB1553193-
CMYK00.80.40.39
HSL330º66.67%36.47%-
HSV(B)330º80%60.78%-
XYZ15.988.7411.2-
YUV75.14138.08184.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 31 (12.5% from 255) = 11.11%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155319300.80.40.3933066.6736.47
Hex9B1F5D050282714a4324
Octal233371350120504751210344
Binary10011011111111011101010100001010001001111010010101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,31,93); }

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

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

 a { background-color: rgb(155,31,93); }

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

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

 span { border-color: rgb(155,31,93); }

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