#9B334F

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

Shades of Lipstick #9B334F

Tints of Lipstick #9B334F

Color information

#9B334F (or 0x9B334F) is unknown color: approx Lipstick. HEX triplet: 9B, 33 and 4F. RGB value is (155,51,79). Sum of RGB (Red+Green+Blue) = 155+51+79=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B334F is #64CCB0. Grayscale: #555555. Windows color (decimal): -6606001 or 5190555. OLE color: 5190555.

HSL color Cylindrical-coordinate representation of color #9B334F: hue angle of 343.85º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B334F is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1555179-
CMYK00.670.490.39
HSL343.85º50.49%40.39%-
HSV(B)343.85º67.1%60.78%-
XYZ16.119.98.46-
YUV85.29124.46177.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.39%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 79 (31.25% from 255) = 27.72%
R=54.39%
G=17.89%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155517900.670.490.39343.8550.4940.39
Hex9B334F04331271583228
Octal23363117010361475306250
Binary10011011110011100111101000011110001100111101011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,79); }

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

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

 a { background-color: rgb(155,51,79); }

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

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

 span { border-color: rgb(155,51,79); }

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