Html Css Color HEX #963755 Lipstick

📋 copy color: '#963755'

red 150 ◦ green 55 ◦ blue 85

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

Shades of Lipstick #963755

Tints of Lipstick #963755

RGB

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

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

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

R = 51.72%
G = 18.97%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963755 (or 0x963755) is known color: Lipstick. HEX triplet: 96, 37 and 55. RGB value is (150,55,85). Sum of RGB (Red+Green+Blue) = 150+55+85=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #963755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963755 is #69C8AA. Grayscale: #565656. Windows color (decimal): -6932651 or 5584790. OLE color: 5584790.

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

Color convert

RGB 150 55 85 -
CMYK 0 0.63 0.43 0.41
HSL 341.05º 0.46% 0.4% -
HSV(B) 341.05º 0.63% 0.59% -
XYZ 15.58 9.87 9.68 -
YUV 86.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 150 55 85 0 0.63 0.43 0.41 341.05 0.46 0.4
Hex 96 37 55 0 3F 2B 29 155 2E 28
Octal 226 67 125 0 77 53 51 525 56 50
Binary 10010110 110111 1010101 0 111111 101011 101001 101010101 101110 101000

Color Harmonies of #963755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963755

Black with #963755

Text Example


Text Example

White with #963755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963755; }

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

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

background-color css

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

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

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

border-color css

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

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

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