#9B1642

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

Shades of Lipstick #9B1642

Tints of Lipstick #9B1642

Color information

#9B1642 (or 0x9B1642) is unknown color: approx Lipstick. HEX triplet: 9B, 16 and 42. RGB value is (155,22,66). Sum of RGB (Red+Green+Blue) = 155+22+66=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1642 is #64E9BD. Grayscale: #424242. Windows color (decimal): -6613438 or 4331163. OLE color: 4331163.

HSL color Cylindrical-coordinate representation of color #9B1642: hue angle of 340.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1642 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1552266-
CMYK00.860.570.39
HSL340.15º75.14%34.71%-
HSV(B)340.15º85.81%60.78%-
XYZ14.797.945.91-
YUV66.78127.56190.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.79%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=63.79%
G=9.05%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155226600.860.570.39340.1575.1434.71
Hex9B164205639271544b23
Octal233261020126714752411343
Binary10011011101101000010010101101110011001111010101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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