Html Css Color HEX #963960 Lipstick

📋 copy color: '#963960'

red 150 ◦ green 57 ◦ blue 96

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

Shades of Lipstick #963960

Tints of Lipstick #963960

RGB

 RED value IS 150 (58.98% from 255) = 49.5%

 GREEN value IS 57 (22.66% from 255) = 18.81%

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

R = 49.5%
G = 18.81%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#963960 (or 0x963960) is known color: Lipstick. HEX triplet: 96, 39 and 60. RGB value is (150,57,96). Sum of RGB (Red+Green+Blue) = 150+57+96=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #963960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963960 is #69C69F. Grayscale: #595959. Windows color (decimal): -6932128 or 6306198. OLE color: 6306198.

HSL color Cylindrical-coordinate representation of color #963960: hue angle of 334.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963960 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 96 -
CMYK 0 0.62 0.36 0.41
HSL 334.84º 0.45% 0.41% -
HSV(B) 334.84º 0.62% 0.59% -
XYZ 16.15 10.25 12.19 -
YUV 89.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 150 57 96 0 0.62 0.36 0.41 334.84 0.45 0.41
Hex 96 39 60 0 3E 24 29 14F 2D 29
Octal 226 71 140 0 76 44 51 517 55 51
Binary 10010110 111001 1100000 0 111110 100100 101001 101001111 101101 101001

Color Harmonies of #963960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963960

Black with #963960

Text Example


Text Example

White with #963960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963960; }

 p { color: rgb(150,57,96); }

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

background-color css

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

 a { background-color: rgb(150,57,96); }

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

border-color css

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

 span { border-color: rgb(150,57,96); }

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