Html Css Color HEX #963760 Lipstick

📋 copy color: '#963760'

red 150 ◦ green 55 ◦ blue 96

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

Shades of Lipstick #963760

Tints of Lipstick #963760

RGB

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

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

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

R = 49.83%
G = 18.27%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#963760 (or 0x963760) is known color: Lipstick. HEX triplet: 96, 37 and 60. RGB value is (150,55,96). Sum of RGB (Red+Green+Blue) = 150+55+96=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963760 is #69C89F. Grayscale: #585858. Windows color (decimal): -6932640 or 6305686. OLE color: 6305686.

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

Color convert

RGB 150 55 96 -
CMYK 0 0.63 0.36 0.41
HSL 334.11º 0.46% 0.4% -
HSV(B) 334.11º 0.63% 0.59% -
XYZ 16.06 10.06 12.16 -
YUV 88.08 132.47 172.17 -
System Red Green Blue C M Y K H S L
Decimal 150 55 96 0 0.63 0.36 0.41 334.11 0.46 0.4
Hex 96 37 60 0 3F 24 29 14E 2E 28
Octal 226 67 140 0 77 44 51 516 56 50
Binary 10010110 110111 1100000 0 111111 100100 101001 101001110 101110 101000

Color Harmonies of #963760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963760

Black with #963760

Text Example


Text Example

White with #963760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963760; }

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

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

background-color css

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

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

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

border-color css

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

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

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