#9B153F

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

Shades of Lipstick #9B153F

Tints of Lipstick #9B153F

Color information

#9B153F (or 0x9B153F) is unknown color: approx Lipstick. HEX triplet: 9B, 15 and 3F. RGB value is (155,21,63). Sum of RGB (Red+Green+Blue) = 155+21+63=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B153F is #64EAC0. Grayscale: #414141. Windows color (decimal): -6613697 or 4134299. OLE color: 4134299.

HSL color Cylindrical-coordinate representation of color #9B153F: hue angle of 341.19º degrees, saturation: 0.76, 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 #9B153F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1552163-
CMYK00.860.590.39
HSL341.19º76.14%34.51%-
HSV(B)341.19º86.45%60.78%-
XYZ14.687.865.45-
YUV65.85126.39191.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.85%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 63 (25% from 255) = 26.36%
R=64.85%
G=8.79%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155216300.860.590.39341.1976.1434.51
Hex9B153F0563B271554c23
Octal23325770126734752511443
Binary1001101110101111111010101101110111001111010101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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