#9B2869

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

Shades of Lipstick #9B2869

Tints of Lipstick #9B2869

Color information

#9B2869 (or 0x9B2869) is unknown color: approx Lipstick. HEX triplet: 9B, 28 and 69. RGB value is (155,40,105). Sum of RGB (Red+Green+Blue) = 155+40+105=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2869 is #64D796. Grayscale: #515151. Windows color (decimal): -6608791 or 6891675. OLE color: 6891675.

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

Color convert

RGB15540105-
CMYK00.740.320.39
HSL326.09º58.97%38.24%-
HSV(B)326.09º74.19%60.78%-
XYZ16.839.5114.31-
YUV81.79141.1180.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 40 (16.02% from 255) = 13.33%
BLUE value IS 105 (41.41% from 255) = 35%
R=51.67%
G=13.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1554010500.740.320.39326.0958.9738.24
Hex9B286904A20271463b26
Octal23350151011240475067346
Binary10011011101000110100101001010100000100111101000110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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