#9B2C50

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

Shades of Lipstick #9B2C50

Tints of Lipstick #9B2C50

Color information

#9B2C50 (or 0x9B2C50) is unknown color: approx Lipstick. HEX triplet: 9B, 2C and 50. RGB value is (155,44,80). Sum of RGB (Red+Green+Blue) = 155+44+80=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2C50 is #64D3AF. Grayscale: #515151. Windows color (decimal): -6607792 or 5254299. OLE color: 5254299.

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

Color convert

RGB1554480-
CMYK00.720.480.39
HSL340.54º55.78%39.02%-
HSV(B)340.54º71.61%60.78%-
XYZ15.879.358.56-
YUV81.29127.27180.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=55.56%
G=15.77%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155448000.720.480.39340.5455.7839.02
Hex9B2C5004830271553827
Octal23354120011060475257047
Binary10011011101100101000001001000110000100111101010101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,44,80); }

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

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

 a { background-color: rgb(155,44,80); }

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

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

 span { border-color: rgb(155,44,80); }

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