Html Css Color HEX #963655 Lipstick

📋 copy color: '#963655'

red 150 ◦ green 54 ◦ blue 85

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

Shades of Lipstick #963655

Tints of Lipstick #963655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 51.9%
G = 18.69%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963655 (or 0x963655) is known color: Lipstick. HEX triplet: 96, 36 and 55. RGB value is (150,54,85). Sum of RGB (Red+Green+Blue) = 150+54+85=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #963655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963655 is #69C9AA. Grayscale: #565656. Windows color (decimal): -6932907 or 5584534. OLE color: 5584534.

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

Color convert

RGB 150 54 85 -
CMYK 0 0.64 0.43 0.41
HSL 340.63º 0.47% 0.4% -
HSV(B) 340.63º 0.64% 0.59% -
XYZ 15.54 9.78 9.66 -
YUV 86.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 150 54 85 0 0.64 0.43 0.41 340.63 0.47 0.4
Hex 96 36 55 0 40 2B 29 155 2F 28
Octal 226 66 125 0 100 53 51 525 57 50
Binary 10010110 110110 1010101 0 1000000 101011 101001 101010101 101111 101000

Color Harmonies of #963655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963655

Black with #963655

Text Example


Text Example

White with #963655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963655; }

 p { color: rgb(150,54,85); }

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

background-color css

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

 a { background-color: rgb(150,54,85); }

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

border-color css

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

 span { border-color: rgb(150,54,85); }

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