#9B113F

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

Shades of Lipstick #9B113F

Tints of Lipstick #9B113F

Color information

#9B113F (or 0x9B113F) is unknown color: approx Lipstick. HEX triplet: 9B, 11 and 3F. RGB value is (155,17,63). Sum of RGB (Red+Green+Blue) = 155+17+63=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B113F is #64EEC0. Grayscale: #3F3F3F. Windows color (decimal): -6614721 or 4133275. OLE color: 4133275.

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

Color convert

RGB1551763-
CMYK00.890.590.39
HSL340º80.23%33.73%-
HSV(B)340º89.03%60.78%-
XYZ14.627.735.42-
YUV63.51127.72193.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.96%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 63 (25% from 255) = 26.81%
R=65.96%
G=7.23%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155176300.890.590.3934080.2333.73
Hex9B113F0593B271545022
Octal23321770131734752412042
Binary1001101110001111111010110011110111001111010101001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,17,63); }

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

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

 a { background-color: rgb(155,17,63); }

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

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

 span { border-color: rgb(155,17,63); }

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