#9B2858

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

Shades of Lipstick #9B2858

Tints of Lipstick #9B2858

Color information

#9B2858 (or 0x9B2858) is unknown color: approx Lipstick. HEX triplet: 9B, 28 and 58. RGB value is (155,40,88). Sum of RGB (Red+Green+Blue) = 155+40+88=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2858 is #64D7A7. Grayscale: #4F4F4F. Windows color (decimal): -6608808 or 5777563. OLE color: 5777563.

HSL color Cylindrical-coordinate representation of color #9B2858: hue angle of 334.96º 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 #9B2858 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1554088-
CMYK00.740.430.39
HSL334.96º58.97%38.24%-
HSV(B)334.96º74.19%60.78%-
XYZ16.049.1910.16-
YUV79.86132.6181.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=54.77%
G=14.13%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155408800.740.430.39334.9658.9738.24
Hex9B285804A2B2714f3b26
Octal23350130011253475177346
Binary10011011101000101100001001010101011100111101001111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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