Html Css Color HEX #963860 Lipstick

📋 copy color: '#963860'

red 150 ◦ green 56 ◦ blue 96

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

Shades of Lipstick #963860

Tints of Lipstick #963860

RGB

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

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

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

R = 49.67%
G = 18.54%
B = 31.79%

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

#963860 (or 0x963860) is known color: Lipstick. HEX triplet: 96, 38 and 60. RGB value is (150,56,96). Sum of RGB (Red+Green+Blue) = 150+56+96=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #963860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963860 is #69C79F. Grayscale: #585858. Windows color (decimal): -6932384 or 6305942. OLE color: 6305942.

HSL color Cylindrical-coordinate representation of color #963860: hue angle of 334.47º 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 #963860 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 96 -
CMYK 0 0.63 0.36 0.41
HSL 334.47º 0.46% 0.4% -
HSV(B) 334.47º 0.63% 0.59% -
XYZ 16.1 10.16 12.18 -
YUV 88.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 150 56 96 0 0.63 0.36 0.41 334.47 0.46 0.4
Hex 96 38 60 0 3F 24 29 14E 2E 28
Octal 226 70 140 0 77 44 51 516 56 50
Binary 10010110 111000 1100000 0 111111 100100 101001 101001110 101110 101000

Color Harmonies of #963860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963860

Black with #963860

Text Example


Text Example

White with #963860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963860; }

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

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

background-color css

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

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

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

border-color css

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

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

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