#9B265C

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

Shades of Lipstick #9B265C

Tints of Lipstick #9B265C

Color information

#9B265C (or 0x9B265C) is unknown color: approx Lipstick. HEX triplet: 9B, 26 and 5C. RGB value is (155,38,92). Sum of RGB (Red+Green+Blue) = 155+38+92=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B265C is #64D9A3. Grayscale: #4F4F4F. Windows color (decimal): -6609316 or 6039195. OLE color: 6039195.

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

Color convert

RGB1553892-
CMYK00.750.410.39
HSL332.31º60.62%37.84%-
HSV(B)332.31º75.48%60.78%-
XYZ16.149.1311.04-
YUV79.14135.26182.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 38 (15.23% from 255) = 13.33%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=54.39%
G=13.33%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155389200.750.410.39332.3160.6237.84
Hex9B265C04B292714c3d26
Octal23346134011351475147546
Binary10011011100110101110001001011101001100111101001100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,38,92); }

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

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

 a { background-color: rgb(155,38,92); }

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

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

 span { border-color: rgb(155,38,92); }

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