Html Css Color HEX #9B3760 Lipstick

📋 copy color: '#9B3760'

red 155 ◦ green 55 ◦ blue 96

#9B3760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9B3760

Tints of Lipstick #9B3760

RGB

 RED value IS 155 (60.94% from 255) = 50.65%

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 50.65%
G = 17.97%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B3760 (or 0x9B3760) is known color: Lipstick. HEX triplet: 9B, 37 and 60. RGB value is (155,55,96). Sum of RGB (Red+Green+Blue) = 155+55+96=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3760 is #64C89F. Grayscale: #595959. Windows color (decimal): -6604960 or 6305691. OLE color: 6305691.

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

Color convert

RGB 155 55 96 -
CMYK 0 0.65 0.38 0.39
HSL 335.4º 0.48% 0.41% -
HSV(B) 335.4º 0.65% 0.61% -
XYZ 17 10.55 12.21 -
YUV 89.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 155 55 96 0 0.65 0.38 0.39 335.4 0.48 0.41
Hex 9B 37 60 0 41 26 27 14F 30 29
Octal 233 67 140 0 101 46 47 517 60 51
Binary 10011011 110111 1100000 0 1000001 100110 100111 101001111 110000 101001

Color Harmonies of #9B3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3760

Black with #9B3760

Text Example


Text Example

White with #9B3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B3760;
 }
 .AnyTagClassName
 {
   color: #9B3760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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