#9B276D

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

Shades of Lipstick #9B276D

Tints of Lipstick #9B276D

Color information

#9B276D (or 0x9B276D) is unknown color: approx Lipstick. HEX triplet: 9B, 27 and 6D. RGB value is (155,39,109). Sum of RGB (Red+Green+Blue) = 155+39+109=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B276D is #64D892. Grayscale: #515151. Windows color (decimal): -6609043 or 7153563. OLE color: 7153563.

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

Color convert

RGB15539109-
CMYK00.750.300.39
HSL323.79º59.79%38.04%-
HSV(B)323.79º74.84%60.78%-
XYZ179.5215.41-
YUV81.66143.43180.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.16%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=51.16%
G=12.87%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553910900.750.300.39323.7959.7938.04
Hex9B276D04B1E271443c26
Octal23347155011336475047446
Binary1001101110011111011010100101111110100111101000100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,109); }

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

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

 a { background-color: rgb(155,39,109); }

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

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

 span { border-color: rgb(155,39,109); }

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