#9B335F

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

Shades of Lipstick #9B335F

Tints of Lipstick #9B335F

Color information

#9B335F (or 0x9B335F) is unknown color: approx Lipstick. HEX triplet: 9B, 33 and 5F. RGB value is (155,51,95). Sum of RGB (Red+Green+Blue) = 155+51+95=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B335F is #64CCA0. Grayscale: #575757. Windows color (decimal): -6605985 or 6239131. OLE color: 6239131.

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

Color convert

RGB1555195-
CMYK00.670.390.39
HSL334.62º50.49%40.39%-
HSV(B)334.62º67.1%60.78%-
XYZ16.7710.1611.9-
YUV87.11132.46176.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=51.50%
G=16.94%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155519500.670.390.39334.6250.4940.39
Hex9B335F043272714f3228
Octal23363137010347475176250
Binary10011011110011101111101000011100111100111101001111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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