#9B2857

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

Shades of Lipstick #9B2857

Tints of Lipstick #9B2857

Color information

#9B2857 (or 0x9B2857) is unknown color: approx Lipstick. HEX triplet: 9B, 28 and 57. RGB value is (155,40,87). Sum of RGB (Red+Green+Blue) = 155+40+87=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2857 is #64D7A8. Grayscale: #4F4F4F. Windows color (decimal): -6608809 or 5712027. OLE color: 5712027.

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

Color convert

RGB1554087-
CMYK00.740.440.39
HSL335.48º58.97%38.24%-
HSV(B)335.48º74.19%60.78%-
XYZ169.179.94-
YUV79.74132.1181.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=54.96%
G=14.18%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155408700.740.440.39335.4858.9738.24
Hex9B285704A2C2714f3b26
Octal23350127011254475177346
Binary10011011101000101011101001010101100100111101001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,87); }

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

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

 a { background-color: rgb(155,40,87); }

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

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

 span { border-color: rgb(155,40,87); }

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