Html Css Color HEX #9B365E Lipstick

📋 copy color: '#9B365E'

red 155 ◦ green 54 ◦ blue 94

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

Shades of Lipstick #9B365E

Tints of Lipstick #9B365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 51.16%
G = 17.82%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B365E (or 0x9B365E) is known color: Lipstick. HEX triplet: 9B, 36 and 5E. RGB value is (155,54,94). Sum of RGB (Red+Green+Blue) = 155+54+94=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B365E is #64C9A1. Grayscale: #585858. Windows color (decimal): -6605218 or 6174363. OLE color: 6174363.

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

Color convert

RGB 155 54 94 -
CMYK 0 0.65 0.39 0.39
HSL 336.24º 0.48% 0.41% -
HSV(B) 336.24º 0.65% 0.61% -
XYZ 16.86 10.42 11.71 -
YUV 88.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 155 54 94 0 0.65 0.39 0.39 336.24 0.48 0.41
Hex 9B 36 5E 0 41 27 27 150 30 29
Octal 233 66 136 0 101 47 47 520 60 51
Binary 10011011 110110 1011110 0 1000001 100111 100111 101010000 110000 101001

Color Harmonies of #9B365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B365E

Black with #9B365E

Text Example


Text Example

White with #9B365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,94); }

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

background-color css

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

 a { background-color: rgb(155,54,94); }

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

border-color css

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

 span { border-color: rgb(155,54,94); }

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