#9B1A40

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

Shades of Lipstick #9B1A40

Tints of Lipstick #9B1A40

Color information

#9B1A40 (or 0x9B1A40) is unknown color: approx Lipstick. HEX triplet: 9B, 1A and 40. RGB value is (155,26,64). Sum of RGB (Red+Green+Blue) = 155+26+64=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1A40 is #64E5BF. Grayscale: #444444. Windows color (decimal): -6612416 or 4201115. OLE color: 4201115.

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

Color convert

RGB1552664-
CMYK00.830.590.39
HSL342.33º71.27%35.49%-
HSV(B)342.33º83.23%60.78%-
XYZ14.818.085.63-
YUV68.9125.24189.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=63.27%
G=10.61%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155266400.830.590.39342.3371.2735.49
Hex9B1A400533B271564723
Octal233321000123734752610743
Binary10011011110101000000010100111110111001111010101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,26,64); }

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

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

 a { background-color: rgb(155,26,64); }

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

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

 span { border-color: rgb(155,26,64); }

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