#9B225B

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

Shades of Lipstick #9B225B

Tints of Lipstick #9B225B

Color information

#9B225B (or 0x9B225B) is unknown color: approx Lipstick. HEX triplet: 9B, 22 and 5B. RGB value is (155,34,91). Sum of RGB (Red+Green+Blue) = 155+34+91=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B225B is #64DDA4. Grayscale: #4C4C4C. Windows color (decimal): -6610341 or 5972635. OLE color: 5972635.

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

Color convert

RGB1553491-
CMYK00.780.410.39
HSL331.74º64.02%37.06%-
HSV(B)331.74º78.06%60.78%-
XYZ15.988.8710.77-
YUV76.68136.09183.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.36%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=55.36%
G=12.14%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155349100.780.410.39331.7464.0237.06
Hex9B225B04E292714c4025
Octal233421330116514751410045
Binary100110111000101011011010011101010011001111010011001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,91); }

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

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

 a { background-color: rgb(155,34,91); }

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

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

 span { border-color: rgb(155,34,91); }

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