#9B1840

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

Shades of Lipstick #9B1840

Tints of Lipstick #9B1840

Color information

#9B1840 (or 0x9B1840) is unknown color: approx Lipstick. HEX triplet: 9B, 18 and 40. RGB value is (155,24,64). Sum of RGB (Red+Green+Blue) = 155+24+64=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1840 is #64E7BF. Grayscale: #434343. Windows color (decimal): -6612928 or 4200603. OLE color: 4200603.

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

Color convert

RGB1552464-
CMYK00.850.590.39
HSL341.68º73.18%35.1%-
HSV(B)341.68º84.52%60.78%-
XYZ14.777.995.61-
YUV67.73125.9190.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.79%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=63.79%
G=9.88%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155246400.850.590.39341.6873.1835.1
Hex9B18400553B271564923
Octal233301000125734752611143
Binary10011011110001000000010101011110111001111010101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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