#9B235F

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

Shades of Lipstick #9B235F

Tints of Lipstick #9B235F

Color information

#9B235F (or 0x9B235F) is unknown color: approx Lipstick. HEX triplet: 9B, 23 and 5F. RGB value is (155,35,95). Sum of RGB (Red+Green+Blue) = 155+35+95=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B235F is #64DCA0. Grayscale: #4D4D4D. Windows color (decimal): -6610081 or 6235035. OLE color: 6235035.

HSL color Cylindrical-coordinate representation of color #9B235F: hue angle of 330º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B235F is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB1553595-
CMYK00.770.390.39
HSL330º63.16%37.25%-
HSV(B)330º77.42%60.78%-
XYZ16.18911.71-
YUV77.72137.76183.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=54.39%
G=12.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155359500.770.390.3933063.1637.25
Hex9B235F04D272714a3f25
Octal23343137011547475127745
Binary10011011100011101111101001101100111100111101001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,35,95); }

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

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

 a { background-color: rgb(155,35,95); }

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

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

 span { border-color: rgb(155,35,95); }

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