#9B2F54

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

Shades of Lipstick #9B2F54

Tints of Lipstick #9B2F54

Color information

#9B2F54 (or 0x9B2F54) is unknown color: approx Lipstick. HEX triplet: 9B, 2F and 54. RGB value is (155,47,84). Sum of RGB (Red+Green+Blue) = 155+47+84=286 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.20% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2F54 is #64D0AB. Grayscale: #535353. Windows color (decimal): -6607020 or 5517211. OLE color: 5517211.

HSL color Cylindrical-coordinate representation of color #9B2F54: hue angle of 339.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2F54 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1554784-
CMYK00.700.460.39
HSL339.44º53.47%39.61%-
HSV(B)339.44º69.68%60.78%-
XYZ16.139.649.4-
YUV83.51128.28178.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.20%
GREEN value IS 47 (18.75% from 255) = 16.43%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=54.20%
G=16.43%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155478400.700.460.39339.4453.4739.61
Hex9B2F540462E271533528
Octal23357124010656475236550
Binary10011011101111101010001000110101110100111101010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,84); }

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

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

 a { background-color: rgb(155,47,84); }

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

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

 span { border-color: rgb(155,47,84); }

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