Html Css Color HEX #9B3761 Lipstick

📋 copy color: '#9B3761'

red 155 ◦ green 55 ◦ blue 97

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

Shades of Lipstick #9B3761

Tints of Lipstick #9B3761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 50.49%
G = 17.92%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B3761 (or 0x9B3761) is known color: Lipstick. HEX triplet: 9B, 37 and 61. RGB value is (155,55,97). Sum of RGB (Red+Green+Blue) = 155+55+97=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3761 is #64C89E. Grayscale: #595959. Windows color (decimal): -6604959 or 6371227. OLE color: 6371227.

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

Color convert

RGB 155 55 97 -
CMYK 0 0.65 0.37 0.39
HSL 334.8º 0.48% 0.41% -
HSV(B) 334.8º 0.65% 0.61% -
XYZ 17.04 10.56 12.45 -
YUV 89.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 155 55 97 0 0.65 0.37 0.39 334.8 0.48 0.41
Hex 9B 37 61 0 41 25 27 14F 30 29
Octal 233 67 141 0 101 45 47 517 60 51
Binary 10011011 110111 1100001 0 1000001 100101 100111 101001111 110000 101001

Color Harmonies of #9B3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3761

Black with #9B3761

Text Example


Text Example

White with #9B3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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