#9B1E42

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

Shades of Lipstick #9B1E42

Tints of Lipstick #9B1E42

Color information

#9B1E42 (or 0x9B1E42) is unknown color: approx Lipstick. HEX triplet: 9B, 1E and 42. RGB value is (155,30,66). Sum of RGB (Red+Green+Blue) = 155+30+66=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E42 is #64E1BD. Grayscale: #474747. Windows color (decimal): -6611390 or 4333211. OLE color: 4333211.

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

Color convert

RGB1553066-
CMYK00.810.570.39
HSL342.72º67.57%36.27%-
HSV(B)342.72º80.65%60.78%-
XYZ14.978.295.97-
YUV71.48124.91187.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.75%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=61.75%
G=11.95%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155306600.810.570.39342.7267.5736.27
Hex9B1E4205139271574424
Octal233361020121714752710444
Binary10011011111101000010010100011110011001111010101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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