#9B375A

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

Shades of Lipstick #9B375A

Tints of Lipstick #9B375A

Color information

#9B375A (or 0x9B375A) is unknown color: approx Lipstick. HEX triplet: 9B, 37 and 5A. RGB value is (155,55,90). Sum of RGB (Red+Green+Blue) = 155+55+90=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B375A is #64C8A5. Grayscale: #585858. Windows color (decimal): -6604966 or 5912475. OLE color: 5912475.

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

Color convert

RGB1555590-
CMYK00.650.420.39
HSL339º47.62%41.18%-
HSV(B)339º64.52%60.78%-
XYZ16.7310.4410.81-
YUV88.89128.63175.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=51.67%
G=18.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155559000.650.420.3933947.6241.18
Hex9B375A0412A271533029
Octal23367132010152475236051
Binary10011011110111101101001000001101010100111101010011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,55,90); }

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

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

 a { background-color: rgb(155,55,90); }

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

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

 span { border-color: rgb(155,55,90); }

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