Html Css Color HEX #963766 Lipstick

📋 copy color: '#963766'

red 150 ◦ green 55 ◦ blue 102

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

Shades of Lipstick #963766

Tints of Lipstick #963766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 48.86%
G = 17.92%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#963766 (or 0x963766) is known color: Lipstick. HEX triplet: 96, 37 and 66. RGB value is (150,55,102). Sum of RGB (Red+Green+Blue) = 150+55+102=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963766 is #69C899. Grayscale: #585858. Windows color (decimal): -6932634 or 6698902. OLE color: 6698902.

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

Color convert

RGB 150 55 102 -
CMYK 0 0.63 0.32 0.41
HSL 330.32º 0.46% 0.4% -
HSV(B) 330.32º 0.63% 0.59% -
XYZ 16.34 10.18 13.67 -
YUV 88.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 150 55 102 0 0.63 0.32 0.41 330.32 0.46 0.4
Hex 96 37 66 0 3F 20 29 14A 2E 28
Octal 226 67 146 0 77 40 51 512 56 50
Binary 10010110 110111 1100110 0 111111 100000 101001 101001010 101110 101000

Color Harmonies of #963766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963766

Black with #963766

Text Example


Text Example

White with #963766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963766; }

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

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

background-color css

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

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

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

border-color css

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

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

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