#9B2150

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

Shades of Lipstick #9B2150

Tints of Lipstick #9B2150

Color information

#9B2150 (or 0x9B2150) is unknown color: approx Lipstick. HEX triplet: 9B, 21 and 50. RGB value is (155,33,80). Sum of RGB (Red+Green+Blue) = 155+33+80=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2150 is #64DEAF. Grayscale: #4A4A4A. Windows color (decimal): -6610608 or 5251483. OLE color: 5251483.

HSL color Cylindrical-coordinate representation of color #9B2150: hue angle of 336.89º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2150 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1553380-
CMYK00.790.480.39
HSL336.89º64.89%36.86%-
HSV(B)336.89º78.71%60.78%-
XYZ15.518.648.44-
YUV74.84130.92185.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=57.84%
G=12.31%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155338000.790.480.39336.8964.8936.86
Hex9B215004F30271514125
Octal233411200117604752110145
Binary100110111000011010000010011111100001001111010100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,80); }

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

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

 a { background-color: rgb(155,33,80); }

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

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

 span { border-color: rgb(155,33,80); }

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