#9B2A50

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

Shades of Lipstick #9B2A50

Tints of Lipstick #9B2A50

Color information

#9B2A50 (or 0x9B2A50) is unknown color: approx Lipstick. HEX triplet: 9B, 2A and 50. RGB value is (155,42,80). Sum of RGB (Red+Green+Blue) = 155+42+80=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2A50 is #64D5AF. Grayscale: #505050. Windows color (decimal): -6608304 or 5253787. OLE color: 5253787.

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

Color convert

RGB1554280-
CMYK00.730.480.39
HSL339.82º57.36%38.63%-
HSV(B)339.82º72.9%60.78%-
XYZ15.799.28.53-
YUV80.12127.94181.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=55.96%
G=15.16%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155428000.730.480.39339.8257.3638.63
Hex9B2A5004930271543927
Octal23352120011160475247147
Binary10011011101010101000001001001110000100111101010100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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