Html Css Color HEX #963757 Lipstick

📋 copy color: '#963757'

red 150 ◦ green 55 ◦ blue 87

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

Shades of Lipstick #963757

Tints of Lipstick #963757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.79%

R = 51.37%
G = 18.84%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#963757 (or 0x963757) is known color: Lipstick. HEX triplet: 96, 37 and 57. RGB value is (150,55,87). Sum of RGB (Red+Green+Blue) = 150+55+87=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #963757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963757 is #69C8A8. Grayscale: #575757. Windows color (decimal): -6932649 or 5715862. OLE color: 5715862.

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

Color convert

RGB 150 55 87 -
CMYK 0 0.63 0.42 0.41
HSL 339.79º 0.46% 0.4% -
HSV(B) 339.79º 0.63% 0.59% -
XYZ 15.66 9.9 10.1 -
YUV 87.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 150 55 87 0 0.63 0.42 0.41 339.79 0.46 0.4
Hex 96 37 57 0 3F 2A 29 154 2E 28
Octal 226 67 127 0 77 52 51 524 56 50
Binary 10010110 110111 1010111 0 111111 101010 101001 101010100 101110 101000

Color Harmonies of #963757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963757

Black with #963757

Text Example


Text Example

White with #963757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963757; }

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

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

background-color css

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

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

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

border-color css

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

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

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