#9B1E4D

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

Shades of Lipstick #9B1E4D

Tints of Lipstick #9B1E4D

Color information

#9B1E4D (or 0x9B1E4D) is unknown color: approx Lipstick. HEX triplet: 9B, 1E and 4D. RGB value is (155,30,77). Sum of RGB (Red+Green+Blue) = 155+30+77=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E4D is #64E1B2. Grayscale: #484848. Windows color (decimal): -6611379 or 5054107. OLE color: 5054107.

HSL color Cylindrical-coordinate representation of color #9B1E4D: hue angle of 337.44º 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 #9B1E4D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB1553077-
CMYK00.810.500.39
HSL337.44º67.57%36.27%-
HSV(B)337.44º80.65%60.78%-
XYZ15.328.437.84-
YUV72.73130.41186.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 30 (12.11% from 255) = 11.45%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=59.16%
G=11.45%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155307700.810.500.39337.4467.5736.27
Hex9B1E4D05132271514424
Octal233361150121624752110444
Binary10011011111101001101010100011100101001111010100011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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