Html Css Color HEX #9B385B Lipstick

📋 copy color: '#9B385B'

red 155 ◦ green 56 ◦ blue 91

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

Shades of Lipstick #9B385B

Tints of Lipstick #9B385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 51.32%
G = 18.54%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B385B (or 0x9B385B) is known color: Lipstick. HEX triplet: 9B, 38 and 5B. RGB value is (155,56,91). Sum of RGB (Red+Green+Blue) = 155+56+91=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B385B is #64C7A4. Grayscale: #595959. Windows color (decimal): -6604709 or 5978267. OLE color: 5978267.

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

Color convert

RGB 155 56 91 -
CMYK 0 0.64 0.41 0.39
HSL 338.79º 0.47% 0.41% -
HSV(B) 338.79º 0.64% 0.61% -
XYZ 16.82 10.55 11.05 -
YUV 89.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 155 56 91 0 0.64 0.41 0.39 338.79 0.47 0.41
Hex 9B 38 5B 0 40 29 27 153 2F 29
Octal 233 70 133 0 100 51 47 523 57 51
Binary 10011011 111000 1011011 0 1000000 101001 100111 101010011 101111 101001

Color Harmonies of #9B385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B385B

Black with #9B385B

Text Example


Text Example

White with #9B385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,91); }

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

background-color css

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

 a { background-color: rgb(155,56,91); }

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

border-color css

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

 span { border-color: rgb(155,56,91); }

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